This method returns the index of the OracleParameter object with the specified name in the collection.
Declaration
// C#
public override int IndexOf(String name);
Parameters
name
The name of parameter.
Return Value
Returns the index of the supplied OracleParameter in the collection.
Implements
IDataParameterCollection