Sql.Net Class Library Documentation

OrderByTermCollection.Insert Method 

Inserts an element into the OrderByTermCollection at the specified index

public virtual void Insert(
   int index,
   OrderByTerm value
);

Parameters

index
The index at which the OrderByTerm is to be inserted.
value
The OrderByTerm to insert.

See Also

OrderByTermCollection Class | Reeb.SqlOM Namespace