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

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

Parameters

columns
Type: SystemString
List of columns to group by

Return Value

Type: TQuery
See Also