6.2.2 OracleCommand Constructors

OracleCommand constructors instantiate new instances of OracleCommand class.

Overload List:

  • OracleCommand()

    This constructor instantiates a new instance of OracleCommand class.

  • OracleCommand(string)

    This constructor instantiates a new instance of OracleCommand class using the supplied SQL command or stored procedure, and connection to the Oracle database.

  • OracleCommand(string, OracleConnection)

    This constructor instantiates a new instance of OracleCommand class using the supplied SQL command or stored procedure, and connection to the Oracle database.