RecroGridRGGetDataParam Constructor

Initializes a new instance of the RecroGridRGGetDataParam class.

Definition

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

Parameters

processName  String
The name of the process.
skip  Int32
The skip.
take  Int32
The take.
preload  Int32
The preload.
sqltimeout  NullableInt32
The SQL timeout.
getCount  Boolean
Ha true, akkor a kliensnek szüksége van maximum elemszámra.

See Also