Click or drag to resize
IAppGetTablesAndKeysAsyncT Method (AsyncHandle, FuncResponse, T, Size, Size, Int32, Boolean, Boolean)

Returns:

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

* the list of derived fields

* the list of key fields

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<T> GetTablesAndKeysAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	Size windowSize,
	Size nullSize,
	int cellHeight,
	bool syntheticMode,
	bool includeSysVars
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
windowSize
Type: Qlik.EngineSize
Defines the size of the window that is used to display the results.
nullSize
Type: Qlik.EngineSize
&#160;
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.

Type Parameters

T

Return Value

Type: TaskT
See Also