Click or drag to resize
TableRecord Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineTableRecord

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

The TableRecord type exposes the following members.

Constructors
  NameDescription
Public methodTableRecord
Initializes a new instance of the TableRecord class
Top
Properties
  NameDescription
Public propertyComment
Comment related to the table.
Public propertyFields
Information about the fields in the table.
Public propertyIsDirectDiscovery
If set to true, Direct Discovery is used. Direct Discovery fields are not loaded into memory and remain in the external database.
Public propertyIsSynthetic
Public propertyLoose
This property is set to true if the table is loose.
Public propertyName
Name of the table.
Public propertyNoOfRows
Number of rows in the table.
Public propertyPos
Information about the position of the table.
Top
See Also