Retrieves the data of a specific table.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Task<IEnumerable<TableRow>> GetTableDataAsync(
int offset,
int rows,
bool syntheticMode,
string tableName,
string userHandle = null
)
Task<IEnumerable<TableRow>> GetTableDataAsync(
int offset,
int rows,
bool syntheticMode,
string tableName,
string userHandle = null
)
Function GetTableDataAsync (
offset As Integer,
rows As Integer,
syntheticMode As Boolean,
tableName As String,
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of TableRow))
Function GetTableDataAsync (
offset As Integer,
rows As Integer,
syntheticMode As Boolean,
tableName As String,
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of TableRow))
Parameters
- offset
- Type:
System Int32
Position from the top, starting from 0.
If the offset is set to 0, the rows starting from the position/index 0 are showed.
- rows
- Type:
System Int32
Number of rows to show
- syntheticMode
- Type:
System Boolean
If this parameter is set to true, the internal data/table representation is shown. Synthetic fields are present (if any).
- tableName
- Type:
System String
Name of the table
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task
IEnumerable TableRow