App GetTableDataAsync T  Method (Int32, Int32, Boolean, String, Func Response, T , String)Qlik Sense .NET SDK - API Reference

Retrieves the data of a specific table.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<T> GetTableDataAsync<T>(
	int offset,
	int rows,
	bool syntheticMode,
	string tableName,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

offset
Type: OnlineSystem 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: OnlineSystem Int32
Number of rows to show
syntheticMode
Type: OnlineSystem Boolean
If this parameter is set to true, the internal data/table representation is shown. Synthetic fields are present (if any).
tableName
Type: OnlineSystem String
Name of the table
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IApp GetTableDataAsync T (Int32, Int32, Boolean, String, Func Response, T , String)
See Also