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

    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