Click or drag to resize
IDataQuerySettingsTQueryNewGroupBy Method
Clears the current group by, reverting the source of data to the original. Note, that this method also resets the existing having condition which is closely bound to the group by.

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

Parameters

columns
Type: SystemString

Return Value

Type: TQuery
See Also