OracleDependency Constructors

OracleDependency constructors create instances of the OracleDependency class.

Overload List:

  • OracleDependency ( )

    This constructor creates an instance of the OracleDependency class.

  • OracleDependency(OracleCommand)

    This constructor creates an instance of the OracleDependency class and binds it to the specified OracleCommand instance.

  • OracleDependency(OracleCommand, bool, int, bool)

    This constructor creates an instance of the OracleDependency class and binds it to the specified OracleCommand instance, 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.