TheStorageUtilities..::..ValidateGroupByClause Method
   Validates a 'GROUP BY' SQL clause and returns a fixed clause that correlates
   with the column filter if possible.  If invalid, returns an empty string.
   
                
    Namespace: 
   nsCDEngine.Engines.StorageServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- pGRP
 - Type: String
The 'GROUP BY' clause 
- pCFI
 - Type: String
The column filter used in the query 
- pUID
 - Type: String
The UID of the store 
- pAggregateFunctions
 - Type: array<String>[]()[][]
Aggregate function titles available for the DBMS (e.g. 'SUM', 'AVG', etc.)