Click or drag to resize

RGQuery Class

RGQuery
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFramework.DataRGQuery

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
[SerializableAttribute]
public class RGQuery

The RGQuery type exposes the following members.

Properties
  NameDescription
Public propertyExtentWhere
Gets or sets the extent where.
Public propertyOrderBy
Gets or sets the order by.
Public propertyParameters
Gets or sets the parameters.
Public propertyQueryName
Gets or sets the name of query.
Public propertyQueryString
Gets or sets the query string.
Public propertyRGDataContext
Gets or sets the RGDataContext.
Public propertySkip
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
Public propertyTake
Returns a specified number of contiguous elements from the start of a sequence.
Top
See Also