dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNotificationRequest Class / Operations Property

In This Topic
    Operations Property
    In This Topic
    Allows specifying a filter for the operations, for which notifications should be retrieved.
    Syntax
    'Declaration
     
    Public Property Operations As OracleNotificationInfo
    public OracleNotificationInfo Operations {get; set;}

    Property Value

    The filter for the operations, for which notifications should be retrieved.
    Remarks
    This property is used only for Object Change Notification
    See Also