Click or drag to resize
IFieldListDef Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface IFieldListDef : IAbstractStructure

The IFieldListDef type exposes the following members.

Properties
  NameDescription
Public propertyShowDefinitionOnly
Shows the fields defined on the fly if set to true.
Public propertyShowDerivedFields
Shows the fields and derived fields if set to true.
Public propertyShowHidden
Shows the hidden fields if set to true.
Public propertyShowImplicit
Shows the Direct Discovery measure fields if set to true.
Public propertyShowSemantic
Show the semantic fields if set to true.
Public propertyShowSrcTables
Shows the tables and fields present in the data model viewer if set to true.
Public propertyShowSystem
Shows the system tables if set to true.
Top
See Also