Click or drag to resize
DataQuerySettingsBaseTQueryHasGroupBy Property
Returns true if the given query has group by set

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool HasGroupBy { get; }

Property Value

Type: Boolean

Implements

IDataQuerySettingsHasGroupBy
See Also