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.

  • OracleConnection(string, OracleCredential)

    This constructor instantiates a new OracleConnection class instance using the provided connection string and OracleCredential class.