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

In This Topic
    Connection Property (OracleDataSet)
    In This Topic
    Associated OracleConnection.
    Syntax
    'Declaration
     
    Public Shadows Property Connection As OracleConnection
    public new OracleConnection Connection {get; set;}

    Property Value

    OracleConnection used by OracleDataSet.
    Remarks

    This property supports the InterForm technology.

    See Also