Click or drag to resize
IDataQuerySettings<TQuery>.GroupBy Method
Specifies the columns to group by

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

Parameters

columns
Type:System.String[]
List of columns to group by

Return Value

Type: TQuery
See Also