Click or drag to resize
GroupByCollectionToQueryText Method
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.3.0.0 (5.3.0)
Syntax
public string ToQueryText()

Return Value

Type: String
string which is usable as the argument for the GROUP BY clause in a query

Implements

IGroupByCollectionToQueryText
Remarks
Emits expressions on fields instead of the field names, if applicable.
See Also