Click or drag to resize
SortExpression Constructor (ISortClause)
CTor which initially adds the passed in sort clause. This is an accelerator constructor to make code more compact.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public SortExpression(
	ISortClause sortClauseToAdd
)

Parameters

sortClauseToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesISortClause
Sort clause to add.
See Also