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

In This Topic
    RegisteredResources Property
    In This Topic
    Gets the list of commands that are registered in the notification registration.
    Syntax
    'Declaration
     
    Public ReadOnly Property RegisteredResources As List(Of String)
    public List<string> RegisteredResources {get;}

    Property Value

    The list of commands that are registered in the notification registration.
    Remarks

    This property is used together with RegisteredQueryIds in order to establish the correspondence between query ids, retrieved with the notification for query result change notification and the queries registered for notifications.

    Note that this property is appropriately updated when the registered OracleCommand object executes the query, not when it is added to the OracleDependency object.

    See Also