Click or drag to resize
DataField Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineDataField

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class DataField : IDataField

The DataField type exposes the following members.

Constructors
  NameDescription
Public methodDataField
Initializes a new instance of the DataField class
Top
Properties
  NameDescription
Public propertyIsKey
Is set to true if the field is a primary key.
Public propertyName
Name of the field.
Public propertyOriginalFieldName
Is shown for fixed records. qOriginalFieldName and qName are identical if no field names are used in the file. qOriginalFieldName differs from qName if embedded file names are used in the file.
Top
See Also