Query Class |
Namespace: Dynamicweb.Analytics.Queries
The Query type exposes the following members.
| Name | Description | |
|---|---|---|
| Query |
Initializes a new instance of an object.
| |
| Query(IQueryElement) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of items in the group.
(Inherited from QueryGroup.) | |
| Frame |
Gets or sets the page to select.
| |
| OrderBy |
Gets or sets the field to order results by.
| |
| SearchQuery |
Gets the reference to the query object.
(Overrides QueryGroupSearchQuery.) |
| Name | Description | |
|---|---|---|
| Add |
Adds new item at the end of the group.
(Inherited from QueryGroup.) | |
| AddAt |
Adds new item at the specified position within the group.
(Inherited from QueryGroup.) | |
| AddRange |
Adds the given list of items to the end of the group.
(Inherited from QueryGroup.) | |
| Clear |
Removes all items from the group.
(Inherited from QueryGroup.) | |
| CompareTo |
Compares the current object with specified one.
(Inherited from QueryGroup.) | |
| Equals |
Compares the current object with specified one.
(Inherited from QueryGroup.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from QueryGroup.) | |
| GetHashCode |
Returns a hash code of the current object.
(Inherited from QueryGroup.) | |
| Group |
Adds new nested group.
(Inherited from QueryGroup.) | |
| Remove |
Removes the given item from the group.
(Inherited from QueryGroup.) | |
| RemoveAt |
Removes item at the given index from the group.
(Inherited from QueryGroup.) | |
| RemoveRange |
Removes the given list of items from the group.
(Inherited from QueryGroup.) | |
| ToString |
Returns a string representation of the current object.
(Inherited from QueryGroup.) | |
| Translate |
Translates the given element into the native query language of the target data source.
(Overrides QueryGroupTranslate.) | |
| TranslateToSubQuery |
Translates the given element into the native query language of the target data source.
|
| Name | Description | |
|---|---|---|
| IComparableCompareTo |
Compares the current object with specified one.
(Inherited from QueryGroup.) | |
| IEnumerableIQueryElementGetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from QueryGroup.) | |
| IEnumerableGetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from QueryGroup.) |