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: 8.2.23
Syntax
C#
public string GroupByColumns { get; set; }

Property Value

Type: String

Implements

IDataQuerySettingsGroupByColumns
See Also