Sql.Net Class Library Documentation

WhereClauseCollection.Remove Method 

Removes a specific WhereClause from the WhereClauseCollection.

public void Remove(
   WhereClause val
);

Parameters

val
The WhereClause to remove from the WhereClauseCollection.

Exceptions

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

See Also

WhereClauseCollection Class | Reeb.SqlOM Namespace