WindowSpecificationOrderBy Method (ISortClause) | 
 
            Specifies the sort expression of this instance, overwriting an existing sort expression
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic WindowSpecification OrderBy(
	params ISortClause[] sortClauses
)
Public Function OrderBy ( 
	ParamArray sortClauses As ISortClause()
) As WindowSpecification
Parameters
- sortClauses
 - Type: SD.LLBLGen.Pro.ORMSupportClassesISortClause
the sort clauses forming the sort expression to use 
Return Value
Type: 
WindowSpecificationthis instance, for command chaining
See Also