Sql.Net Class Library Documentation

SelectColumnCollection.IndexOf Method 

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

public virtual int IndexOf(
   SelectColumn value
);

Parameters

value
The SelectColumn value to locate in the SelectColumnCollection.

Return Value

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

See Also

SelectColumnCollection Class | Reeb.SqlOM Namespace