Click or drag to resize
SortExpression.Insert Method
Inserts the passed in sort clause at the index provided.

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
public void Insert(
	int index,
	ISortClause sortClauseToAdd
)

Parameters

index
Type: System.Int32
Index to insert the sortclause at
sortClauseToAdd
Type: SD.LLBLGen.Pro.ORMSupportClasses.ISortClause
the sort clause to insert

Implements

ISortExpression.Insert(Int32, ISortClause)
See Also