Click or drag to resize
DataQuerySettingsBaseTQueryGroupByColumns Property
List of columns to group by, by default doesn't group, e.g. "NodeLevel, NodeOwner"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual string GroupByColumns { get; set; }

Property Value

Type: String

Implements

IDataQuerySettingsGroupByColumns
See Also