Connection
This instance property references the connection used by the OracleRef
.
Declaration
// C# public OracleConnection Connection{get;}
Property Value
An OracleConnection
object associated with the REF
.
Exceptions
ObjectDisposedException
- The object is already disposed.
Remarks
Once the Dispose
method is invoked, this property is set to null
.