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

In This Topic
    Connection Property (OracleAlerter)
    In This Topic
    Gets or sets OracleConnection used by OracleAlerter.
    Syntax
    'Declaration
     
    Public Property Connection As OracleConnection
    public OracleConnection Connection {get; set;}

    Property Value

    An OracleConnection instance.
    Remarks
    This connection is cloned and used for listening to alerts when you invoke Start for the first time. On the contrary, the OracleAlerter.WaitAlert method does not clone the connection.
    See Also