Sql.Net Class Library Documentation

GroupByTermCollection.Insert Method 

Inserts an element into the GroupByTermCollection at the specified index

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

Parameters

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

See Also

GroupByTermCollection Class | Reeb.SqlOM Namespace