Click or drag to resize
DataRecord Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineDataRecord

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

The DataRecord type exposes the following members.

Constructors
  NameDescription
Public methodDataRecord
Initializes a new instance of the DataRecord class
Top
Properties
  NameDescription
Public propertyValues
List of values inside the table. The first values (in result/qPreview/0/qValues) correspond to the field names in the table. The following values (from result/qPreview/1/qValues) are the values of the fields in the table.
Top
See Also