dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueryBasedNotificationMode Enumeration

In This Topic
    OracleQueryBasedNotificationMode Enumeration
    In This Topic
    Specifies the mode for query-based notifications.
    Syntax
    'Declaration
     
    Public Enum OracleQueryBasedNotificationMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleQueryBasedNotificationMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    BestEffortThe best-effort mode. No notifications are lost, however, false positives may occur in this mode.
    GuaranteedThe guaranteed mode. Any database change notification ensures that a change occurred to the queried result set. However some complex queries cannot be registered in this mode. The best-effort mode is used for them.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.OracleQueryBasedNotificationMode

    See Also