Click or drag to resize
ISortExpressionAdd Method
Adds the passed in sort clause to the list.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
int Add(
	ISortClause sortClauseToAdd
)

Parameters

sortClauseToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesISortClause
the sort clause to add

Return Value

Type: Int32
The index the sort clause was added to
See Also