Sql.Net Class Library Documentation

OrderByTermCollection.IndexOf Method 

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

public virtual int IndexOf(
   OrderByTerm value
);

Parameters

value
The OrderByTerm value to locate in the OrderByTermCollection.

Return Value

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

See Also

OrderByTermCollection Class | Reeb.SqlOM Namespace