Click or drag to resize

Query Class

Represents a search query. This class cannot be inherited.
Inheritance Hierarchy

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class Query : QueryGroup

The Query type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Gets the number of items in the group.
(Inherited from QueryGroup.)
Public propertyFrame
Gets or sets the page to select.
Public propertyOrderBy
Gets or sets the field to order results by.
Public propertySearchQuery
Gets the reference to the query object.
(Overrides QueryGroupSearchQuery.)
Top
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