Click or drag to resize
ITableRecord Interface

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

The ITableRecord type exposes the following members.

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