6.4.2 OracleConnection Constructors

OracleConnection constructors instantiate new instances of the OracleConnection class.

Overload List:

  • OracleConnection()

    This constructor instantiates a new instance of the OracleConnection class using default property values.

  • OracleConnection(String)

    This constructor instantiates a new instance of the OracleConnection class with the provided connection string.