QueryGroup Methods |
The QueryGroup type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds new item at the end of the group.
| |
AddAt |
Adds new item at the specified position within the group.
| |
AddRange |
Adds the given list of items to the end of the group.
| |
Clear |
Removes all items from the group.
| |
CompareTo |
Compares the current object with specified one.
| |
Equals |
Compares the current object with specified one.
(Overrides ObjectEquals(Object).) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode |
Returns a hash code of the current object.
(Overrides ObjectGetHashCode.) | |
Group |
Adds new nested group.
| |
Remove |
Removes the given item from the group.
| |
RemoveAt |
Removes item at the given index from the group.
| |
RemoveRange |
Removes the given list of items from the group.
| |
ToString |
Returns a string representation of the current object.
(Overrides ObjectToString.) | |
Translate |
Translates the given element into the native query language of the target data source.
|
Name | Description | |
---|---|---|
IComparableCompareTo |
Compares the current object with specified one.
| |
IEnumerableIQueryElementGetEnumerator | Returns an enumerator that iterates through the collection. | |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through the collection.
|