Connection
This instance property indicates the OracleConnection
that is used to retrieve and write BLOB
data.
Declaration
// C# public OracleConnection Connection {get;}
Property Value
An object of OracleConnection
.
Exceptions
ObjectDisposedException
- The object is already disposed.