Click or drag to resize

IQueryElement Interface

Represents search query element.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public interface IQueryElement

The IQueryElement type exposes the following members.

Properties
  NameDescription
Public propertySearchQuery
Gets the reference to the query object.
Top
Methods
  NameDescription
Public methodTranslate
Translates the given element into the native query language of the target data source.
Top
See Also