Click or drag to resize

Query Constructor (IQueryElement)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public Query(
	params IQueryElement[] contents
)

Parameters

contents
Type: Dynamicweb.Analytics.QueriesIQueryElement
Query contents.
See Also