Sql.Net Class Library Documentation

WhereTermCollection.Contains Method 

Gets a value indicating whether the WhereTermCollection contains the specified WhereTerm.

public bool Contains(
   WhereTerm val
);

Parameters

val
The WhereTerm to locate.

Return Value

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

See Also

WhereTermCollection Class | Reeb.SqlOM Namespace | IndexOf