OracleRef Constructors

OracleRef constructors instantiate new instances of OracleRef class.

Overload List:

  • OracleRef(OracleConnection, string)

    This constructor creates an instance of the OracleRef class with a connection and a HEX string that represents an REF instance in the database.

    Not Available in ODP.NET, Managed Driver and ODP.NET Core

  • OracleRef(OracleConnection, string, string)

    This constructor creates an instance of the OracleRef class using the specified OracleConnection object, user-defined type name, and an object table name

    Not Available in ODP.NET, Managed Driver and ODP.NET Core