Click or drag to resize
IAppSetFetchLimit Method

Limits the number of rows of data to load from a data source.

This method works when reloading in debug mode.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
void SetFetchLimit(
	int limit
)

Parameters

limit
Type: SystemInt32
Fetch limit. Number of rows to load.

Return Value

Type: 
See Also