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

In This Topic
    RegisteredQueryIds Property
    In This Topic
    Returns the list of the registered CHANGE_NOTIFICATION_QUERY_IDs that uniquely identify the queries registered for change notification. The received notifications will also contain these IDs, allowing applications to determine the query that the notifications are for..
    Syntax
    'Declaration
     
    Public ReadOnly Property RegisteredQueryIds As List(Of Long)
    public List<long> RegisteredQueryIds {get;}

    Property Value

    The list of the registered CHANGE_NOTIFICATION_QUERY_IDs.
    Remarks
    This property is used for query result change notification. Query ids in this list correspond to registered commands, listed in the RegisteredResources property. Note that this property is appropriately updated when the registered OracleCommand object executes the query, not when it is added to the OracleDependency object.
    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