Sql.Net Class Library Documentation

CaseTermCollection.IndexOf Method 

Return the zero-based index of the first occurrence of a specific value in this CaseTermCollection

public virtual int IndexOf(
   CaseTerm value
);

Parameters

value
The CaseTerm value to locate in the CaseTermCollection.

Return Value

The zero-based index of the first occurrence of the _ELEMENT value if found; -1 otherwise.

See Also

CaseTermCollection Class | Reeb.SqlOM Namespace