Click or drag to resize

Query Methods

The Query type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds new item at the end of the group.
(Inherited from QueryGroup.)
Public methodAddAt
Adds new item at the specified position within the group.
(Inherited from QueryGroup.)
Public methodAddRange
Adds the given list of items to the end of the group.
(Inherited from QueryGroup.)
Public methodClear
Removes all items from the group.
(Inherited from QueryGroup.)
Public methodCompareTo
Compares the current object with specified one.
(Inherited from QueryGroup.)
Public methodEquals
Compares the current object with specified one.
(Inherited from QueryGroup.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from QueryGroup.)
Public methodGetHashCode
Returns a hash code of the current object.
(Inherited from QueryGroup.)
Public methodGroup
Adds new nested group.
(Inherited from QueryGroup.)
Public methodRemove
Removes the given item from the group.
(Inherited from QueryGroup.)
Public methodRemoveAt
Removes item at the given index from the group.
(Inherited from QueryGroup.)
Public methodRemoveRange
Removes the given list of items from the group.
(Inherited from QueryGroup.)
Public methodToString
Returns a string representation of the current object.
(Inherited from QueryGroup.)
Public methodTranslate
Translates the given element into the native query language of the target data source.
(Overrides QueryGroupTranslate.)
Public methodTranslateToSubQuery
Translates the given element into the native query language of the target data source.
Top
Explicit Interface Implementations
See Also