dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDependency Class / QueryBasedNotification Property

In This Topic
    QueryBasedNotification Property
    In This Topic
    Specifies whether the change notification registration is object-based or query-based. By default, true.
    Syntax
    'Declaration
     
    Public Property QueryBasedNotification As Boolean
    public bool QueryBasedNotification {get; set;}

    Property Value

    If set to true, the change notification registration is query-based; otherwise it is object-based.
    See Also