Name | Description | |
---|---|---|
![]() | OracleDependency Constructor | Overloaded. Initializes a new instance of the OracleDependency class. |
The following tables list the members exposed by OracleDependency.
Name | Description | |
---|---|---|
![]() | OracleDependency Constructor | Overloaded. Initializes a new instance of the OracleDependency class. |
Name | Description | |
---|---|---|
![]() ![]() | Enabled | Specifies whether the application listens for database notifications. |
![]() ![]() | Port | Gets or sets the port number that the notification listener listens on. |
![]() | QueryBasedNotification | Specifies whether the change notification registration is object-based or query-based. By default, true. |
![]() | RegId | Gets the id of the current change notification registration in the database. |
![]() | RegisteredQueryIds | 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.. |
![]() | RegisteredResources | Gets the list of commands that are registered in the notification registration. |
Name | Description | |
---|---|---|
![]() | AddCommandDependency | Adds new OracleCommand object to the current OracleDependency instance. |
![]() | Dispose | Releases all resources allocated by this object. |
Name | Description | |
---|---|---|
![]() | OnChange | Occurs when a database notification associated with the OracleDependency is received from the database. |