OracleQueryBasedNotificationMode Enumeration
In This Topic
Specifies the mode for query-based notifications.
Syntax
Members
Member | Description |
BestEffort | The best-effort mode. No notifications are lost, however, false positives may occur in this mode. |
Guaranteed | The 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