| SortExpressionToQueryText Method  | 
            Retrieves a ready to use text representation for the sort clauses contained in this expression.
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
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