Sql.Net Class Library Documentation

SqlConstantCollection.IndexOf Method 

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

public virtual int IndexOf(
   SqlConstant value
);

Parameters

value
The SqlConstant value to locate in the SqlConstantCollection.

Return Value

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

See Also

SqlConstantCollection Class | Reeb.SqlOM Namespace