Click or drag to resize
DataQuerySettingsBaseTQueryGroupBy Method
Specifies the columns to group by

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TQuery GroupBy(
	params string[] columns
)

Parameters

columns
Type: SystemString
List of columns to group by

Return Value

Type: TQuery

Implements

IDataQuerySettingsTQueryGroupBy(String)
See Also