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.
    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