Click or drag to resize
DataQuerySettingsBaseTQueryNewGroupBy 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: 13.0.131
Syntax
C#
public virtual TQuery NewGroupBy(
	params string[] columns
)

Parameters

columns
Type: SystemString

Return Value

Type: TQuery

Implements

IDataQuerySettingsTQueryNewGroupBy(String)
See Also