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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax TQuery NewGroupBy(
params string[] columns
)
Parameters
- columns
- Type: SystemString
Return Value
Type:
TQuerySee Also