Returns:
* the list of tables in an app and the fields inside each table
* the list of key fields
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Task<T> GetTablesAndKeysAsync<T>(
Size windowSize,
Size nullSize,
int cellHeight,
bool syntheticMode,
bool includeSysVars,
Func<Response, T> onResult,
string userHandle = null
)
Task<T> GetTablesAndKeysAsync<T>(
Size windowSize,
Size nullSize,
int cellHeight,
bool syntheticMode,
bool includeSysVars,
Func<Response, T> onResult,
string userHandle = null
)
Function GetTablesAndKeysAsync(Of T) (
windowSize As Size,
nullSize As Size,
cellHeight As Integer,
syntheticMode As Boolean,
includeSysVars As Boolean,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Function GetTablesAndKeysAsync(Of T) (
windowSize As Size,
nullSize As Size,
cellHeight As Integer,
syntheticMode As Boolean,
includeSysVars As Boolean,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Parameters
- windowSize
- Type: Qlik.Engine Size
Defines the size of the window that is used to display the results.
- nullSize
- Type: Qlik.Engine Size
 
- cellHeight
- Type:
System Int32
Height of a cell in a table in pixels.
- syntheticMode
- Type:
System Boolean
One of:
true for internal table viewer
false for source table viewer
This parameter is mandatory.
- includeSysVars
- Type:
System Boolean
If set to true, the system variables are included.
- onResult
- Type:
System Func Response, T
Continuation function
- userHandle (Optional)
- Type:
System String
Handle identifier
- T
Return Value
Type:
Task T