Sql.Net Class Library Documentation

UpdateTermCollection.Insert Method 

Inserts an element into the UpdateTermCollection at the specified index

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

Parameters

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

See Also

UpdateTermCollection Class | Reeb.SqlOM Namespace