RecroGridRGGetDataParam Constructor

Initializes a new instance of the RecroGridRGGetDataParam class.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.1.0.24.0419.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 skip.
take  Int32  (Optional)
The take.
preload  Int32  (Optional)
The preload.
sqltimeout  NullableInt32  (Optional)
The SQL timeout.
getCount  Boolean  (Optional)
Ha true, akkor a kliensnek szüksége van maximum elemszámra.

See Also