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.4.0.0 (5.4.0)
Syntax public 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
ISortExpressionToQueryTextRemarks uses aliases for fields which have an expression and/or aggregate applied.
See Also