| RecroGridRGGetDataParam Constructor |
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public RGGetDataParam(
string processName,
int skip,
int take,
int preload,
Nullable<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