|  | RecroGridRGGetDataParam Constructor  | 
  
    Namespace: 
   Recrovit.RecroGridFramework
    Assembly:
   Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
 Syntax
Syntaxpublic 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
See Also