SortExpressionToQueryText Method  | 
 
            Retrieves a ready to use text representation for the sort clauses contained in this expression.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxpublic string ToQueryText()
Public Function ToQueryText As String
Return Value
Type: 
String
            string which is usable as the argument for the ORDER BY clause in a query
            
Implements
ISortExpressionToQueryText
Remarksuses aliases for fields which have an expression and/or aggregate applied.
See Also