Sql.Net Class Library Documentation

CaseTermCollection.Insert Method 

Inserts an element into the CaseTermCollection at the specified index

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

Parameters

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

See Also

CaseTermCollection Class | Reeb.SqlOM Namespace