Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public WindowSpecification OrderBy(
	params ISortClause[] sortClauses
)

Parameters

sortClauses
Type: SD.LLBLGen.Pro.ORMSupportClassesISortClause
the sort clauses forming the sort expression to use

Return Value

Type: WindowSpecification
this instance, for command chaining
See Also