This method removes from the collection the OracleParameter object specified by the supplied name.
Declaration
// C#
public override void RemoveAt(String name);
Parameters
name
The name of the OracleParameter object to be removed from the collection.
Implements
IDataParameterCollection