Sql.Net Class Library Documentation

WhereClauseCollection.Contains Method 

Gets a value indicating whether the WhereClauseCollection contains the specified WhereClause.

public bool Contains(
   WhereClause val
);

Parameters

val
The WhereClause to locate.

Return Value

true if the WhereClause is contained in the collection; otherwise, false.

See Also

WhereClauseCollection Class | Reeb.SqlOM Namespace | IndexOf