RecroGridRGGetDataParam Constructor

Initializes a new instance of the RecroGridRGGetDataParam class.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
public RGGetDataParam(
	string processName = "GetData",
	int skip = 0,
	int take = 0,
	int preload = 0,
	int? sqltimeout = null,
	bool getCount = false
)

Parameters

processName  String  (Optional)
The name of the process.
skip  Int32  (Optional)
The number of elements to skip.
take  Int32  (Optional)
The number of elements to take.
preload  Int32  (Optional)
The number of elements to preload.
sqltimeout  NullableInt32  (Optional)
The SQL timeout in milliseconds.
getCount  Boolean  (Optional)
If true, the client needs the maximum number of items.

See Also