| QueryGroupGroup Method |
Adds new nested group.
Namespace:
Dynamicweb.Analytics.Queries
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public virtual bool Group(
params IQueryElement[] contents
)
Public Overridable Function Group (
ParamArray contents As IQueryElement()
) As Boolean
Parameters
- contents
- Type: Dynamicweb.Analytics.QueriesIQueryElement
Group contents.
Return Value
Type:
BooleanValue indicating whether criterion has been successfully added.
See Also