ISortExpressionToQueryText 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)
Syntax Function ToQueryText As String
Return Value
Type:
String
string which is usable as the argument for the ORDER BY clause in a query
Remarks uses aliases for fields which have an expression and/or aggregate applied.
See Also