| IGroupByCollectionToQueryText Method  | 
            Retrieves a ready to use text representation for the groupby collection
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
SyntaxFunction ToQueryText As String
Return Value
Type: 
String
            string which is usable as the argument for the GROUP BY clause in a query
            
RemarksEmits expressions on fields instead of the field names, if applicable.
See Also