dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCommand Class / Notification Property

In This Topic
    Notification Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Notification As OracleNotificationRequest
    public OracleNotificationRequest Notification {get;}

    Property Value

    An OracleNotificationRequest object.
    Remarks
    You can modify the properties of associated OracleNotificationRequest object after the command has been attached but before the listener is started, as all OracleNotificationRequest objects bound to same OracleDependency use same property values.
    See Also