Sql.Net Class Library Documentation

WhereClauseCollection.Insert Method 

Inserts a WhereClause into the WhereClauseCollection at the specified index.

public void Insert(
   int index,
   WhereClause val
);

Parameters

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

See Also

WhereClauseCollection Class | Reeb.SqlOM Namespace | Add