Click or drag to resize

ISortExpressionToQueryText 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.9.0.0 (5.9.0)
Syntax
string ToQueryText()

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