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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also