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
    public OracleConnection Connection {get; set;}

    Property Value

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