ISortExpressionInsert 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.10.0.0 (5.10.0)
Syntaxvoid Insert(
	int index,
	ISortClause sortClauseToAdd
)
Sub Insert ( 
	index As Integer,
	sortClauseToAdd As ISortClause
)
Parameters
- index
 - Type: SystemInt32
Index to insert the sortclause at - sortClauseToAdd
 - Type: SD.LLBLGen.Pro.ORMSupportClassesISortClause
the sort clause to insert 
See Also