RecroGridRGGetDataParam Class

Parameters of data query.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public class RGGetDataParam
Inheritance
Object    RecroGridRGGetDataParam

Constructors

RecroGridRGGetDataParam Initializes a new instance of the RecroGridRGGetDataParam class.

Properties

GetCount Gets a value indicating whether the client needs the maximum number of items.
MaxItems Gets or sets the maximum number of items.
Preload Gets or sets the number of elements to preload.
ProcessName Gets the name of the process.
SelectedColumns Gets or sets the requested columns in the query.
Skip Gets or sets the number of elements to skip.
SQLTimeoutGets or sets the SQL timeout in milliseconds.
Take Gets or sets the number of elements to take.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also