dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDependency Class
Properties Methods Events

OracleDependency Class Members

The following tables list the members exposed by OracleDependency.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the OracleDependency class.  
Top
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Specifies whether the application listens for database notifications.  
Public Propertystatic (Shared in Visual Basic)Gets or sets the port number that the notification listener listens on.  
Public PropertySpecifies whether the change notification registration is object-based or query-based. By default, true.  
Public PropertyGets the id of the current change notification registration in the database.  
Public PropertyReturns 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..  
Public PropertyGets the list of commands that are registered in the notification registration.  
Top
Public Methods
 NameDescription
Public MethodAdds new OracleCommand object to the current OracleDependency instance.  
Public MethodReleases all resources allocated by this object.  
Top
Public Events
 NameDescription
Public EventOccurs when a database notification associated with the OracleDependency is received from the database.  
Top
See Also