Sql.Net Class Library Documentation

UpdateTermCollection.IndexOf Method 

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

public virtual int IndexOf(
   UpdateTerm value
);

Parameters

value
The UpdateTerm value to locate in the UpdateTermCollection.

Return Value

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

See Also

UpdateTermCollection Class | Reeb.SqlOM Namespace