Click or drag to resize

QueryCombine Class

Represents a query combine statement. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.QueriesQueryCombine

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class QueryCombine : IQueryElement, 
	IComparable<QueryCombine>, IComparable

The QueryCombine type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAnd
Logical AND.
Public propertyStatic memberOr
Logical OR.
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current object with specified one.
Public methodEquals
Compares the current object with specified one.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code of the current object.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a string representation of the current object.
(Overrides ObjectToString.)
Public methodTranslate
Translates the given element into the native query language of the target data source.
Top
Explicit Interface Implementations
See Also