Sql.Net Class Library Documentation

GroupByTermCollection.IndexOf Method 

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

public virtual int IndexOf(
   GroupByTerm value
);

Parameters

value
The GroupByTerm value to locate in the GroupByTermCollection.

Return Value

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

See Also

GroupByTermCollection Class | Reeb.SqlOM Namespace