GroupByCollectionToQueryText Method (Boolean) | 
 
            Retrieves a ready to use text representation for the groupby collection.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic virtual string ToQueryText(
	bool ignoreExpressions
)
Public Overridable Function ToQueryText ( 
	ignoreExpressions As Boolean
) As String
Parameters
- ignoreExpressions
 - Type: SystemBoolean
If set to false (default), it will emit the expression of a field in the groupbycollection instead of the
            fieldname. 
Return Value
Type: 
String
            string which is usable as the argument for the GROUP BY clause in a query
            
Implements
IGroupByCollectionToQueryText(Boolean)
See Also