6.17.4.25 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

  • index

    The specified index from which the OracleParameter is to be removed.

Implements