9.1.2 OracleDependency Constructors
OracleDependency constructors create instances of the OracleDependency class.
                  
Overload List:
- 
                        
                        
This constructor creates an instance of the
OracleDependencyclass. - 
                        
OracleDependency(OracleCommand)
This constructor creates an instance of the
OracleDependencyclass and binds it to the specifiedOracleCommandinstance. - 
                        
OracleDependency(OracleCommand, bool, int, bool)
This constructor creates an instance of the
OracleDependencyclass and binds it to the specifiedOracleCommandinstance, specifying whether or not a notification is to be removed upon notification, the timeout value of the notification registration, and the persistence of the notification.