Sql.Net Class Library Documentation

WhereTermCollection.Remove Method 

Removes a specific WhereTerm from the WhereTermCollection.

public void Remove(
   WhereTerm val
);

Parameters

val
The WhereTerm to remove from the WhereTermCollection.

Exceptions

Exception Type Condition
ArgumentException val is not found in the Collection.

See Also

WhereTermCollection Class | Reeb.SqlOM Namespace