Click or drag to resize
SortExpressionInsert 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: SystemInt32
Index to insert the sortclause at
sortClauseToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesISortClause
the sort clause to insert

Implements

ISortExpressionInsert(Int32, ISortClause)
See Also