Click or drag to resize

RecroGridRGGetDataParam Constructor

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public RGGetDataParam(
	string processName,
	int skip,
	int take,
	int preload,
	int? sqltimeout,
	bool getCount
)

Parameters

processName
Type: SystemString
The name of the process.
skip
Type: SystemInt32
The skip.
take
Type: SystemInt32
The take.
preload
Type: SystemInt32
The preload.
sqltimeout
Type: SystemNullableInt32
The SQL timeout.
getCount
Type: SystemBoolean
Ha true, akkor a kliensnek szüksége van maximum elemszámra.
See Also