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