Sql.Net Class Library Documentation

WhereTermCollection.IndexOf Method 

Returns the index of a WhereTerm in the WhereTermCollection.

public int IndexOf(
   WhereTerm val
);

Parameters

val
The WhereTerm to locate.

Return Value

The index of the WhereTerm of val in the WhereTermCollection, if found; otherwise, -1.

See Also

WhereTermCollection Class | Reeb.SqlOM Namespace | Contains