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