|  | RGQuery Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Recrovit.RecroGridFramework.Data
 Syntax
Syntax[SerializableAttribute] public class RGQuery
The RGQuery type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ExtentWhere | 
            Gets or sets the extent where.
             | 
|  | OrderBy | 
            Gets or sets the order by.
             | 
|  | Parameters | 
            Gets or sets the parameters.
             | 
|  | QueryName | 
            Gets or sets the name of query.
             | 
|  | QueryString | 
            Gets or sets the query string.
             | 
|  | RGDataContext | 
            Gets or sets the RGDataContext.
             | 
|  | Skip | 
            Bypasses a specified number of elements in a sequence and then returns the remaining elements.
             | 
|  | Take | 
            Returns a specified number of contiguous elements from the start of a sequence.
             | 
 See Also
See Also