RecroGridRGGetDataParam Class

Parameters of data query.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.1.0.24.0419.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 [get count].
MaxItems Gets or sets the maximum items.
Preload Gets or sets the preload.
ProcessName Gets the name of the process.
SelectedColumns Gets or sets the selected columns.
Skip Gets or sets the skip.
SQLTimeoutGets or sets the SQL timeout.
Take Gets or sets the 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