Click or drag to resize
IDataField Interface

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

The IDataField type exposes the following members.

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