Sql.Net Class Library Documentation

WhereClauseCollection.IndexOf Method 

Returns the index of a WhereClause in the WhereClauseCollection.

public int IndexOf(
   WhereClause val
);

Parameters

val
The WhereClause to locate.

Return Value

The index of the WhereClause of val in the WhereClauseCollection, if found; otherwise, -1.

See Also

WhereClauseCollection Class | Reeb.SqlOM Namespace | Contains