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)
public Task<GetTablesAndKeysResult> GetTablesAndKeysAsync(
Size windowSize,
Size nullSize,
int cellHeight,
bool syntheticMode,
bool includeSysVars,
string userHandle = null
)
public Task<GetTablesAndKeysResult> GetTablesAndKeysAsync(
Size windowSize,
Size nullSize,
int cellHeight,
bool syntheticMode,
bool includeSysVars,
string userHandle = null
)
Public Function GetTablesAndKeysAsync (
windowSize As Size,
nullSize As Size,
cellHeight As Integer,
syntheticMode As Boolean,
includeSysVars As Boolean,
Optional userHandle As String = Nothing
) As Task(Of GetTablesAndKeysResult)
Public Function GetTablesAndKeysAsync (
windowSize As Size,
nullSize As Size,
cellHeight As Integer,
syntheticMode As Boolean,
includeSysVars As Boolean,
Optional userHandle As String = Nothing
) As Task(Of GetTablesAndKeysResult)
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.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task GetTablesAndKeysResult Implements
IApp GetTablesAndKeysAsync(Size, Size, Int32, Boolean, Boolean, String)