Click or drag to resize
AppGetTablesAndKeys Method

Returns:

* the list of tables in an app and the fields inside each table

* the list of key fields

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public GetTablesAndKeysResult GetTablesAndKeys(
	Size windowSize,
	Size nullSize,
	int cellHeight,
	bool syntheticMode,
	bool includeSysVars
)

Parameters

windowSize
Type: Qlik.EngineSize
Defines the size of the window that is used to display the results.
nullSize
Type: Qlik.EngineSize
 
cellHeight
Type: SystemInt32
Height of a cell in a table in pixels.
syntheticMode
Type: SystemBoolean
One of: true for internal table viewer false for source table viewer This parameter is mandatory.
includeSysVars
Type: SystemBoolean
If set to true, the system variables are included.

Return Value

Type: GetTablesAndKeysResult

Implements

IAppGetTablesAndKeys(Size, Size, Int32, Boolean, Boolean)
See Also