'Declaration Public ReadOnly Property RegisteredResources As List(Of String)
public List<string> RegisteredResources {get;}
'Declaration Public ReadOnly Property RegisteredResources As List(Of String)
public List<string> RegisteredResources {get;}
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.