Click or drag to resize
AppSetFetchLimit 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: 1.1.0.0 (1.1.0.0)
Syntax
public void SetFetchLimit(
	int limit
)

Parameters

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

Implements

IAppSetFetchLimit(Int32)
See Also