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: 10.0.0
SyntaxTQuery NewGroupBy(
params string[] columns
)
Parameters
- columns
- Type: SystemString
Return Value
Type:
TQuery
See Also