OracleDependency Class Members
In This Topic
The following tables list the members exposed by OracleDependency.
Public Constructors
Public Properties
| 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. |
Top
Public Methods
Public Events
| Name | Description |
| OnChange | Occurs when a database notification associated with the OracleDependency is received from the database. |
Top
See Also