Sql.Net Class Library Documentation

WhereTermCollection.Insert Method 

Inserts a WhereTerm into the WhereTermCollection at the specified index.

public void Insert(
   int index,
   WhereTerm val
);

Parameters

index
The zero-based index where val should be inserted.
val
The WhereTerm to insert.

See Also

WhereTermCollection Class | Reeb.SqlOM Namespace | Add