dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / Connection Property

In This Topic
Connection Property (OracleLob)
In This Topic
Gets or sets the OracleConnection used by this instance of the OracleLob.
Syntax
'Declaration
 
Public Property Connection As OracleConnection
 

Property Value

The connection to a database. The default value is a null reference.
See Also