RemoveAt(int)
This method removes from the collection the OracleParameter object located at the index specified by the supplied index.
                  
Declaration
// C#
public override void RemoveAt(int index);Parameters
- 
                        indexThe specified index from which the OracleParameteris to be removed.
Implements