OracleDependency Constructors
OracleDependency
constructors create instances of the OracleDependency
class.
Overload List:
-
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 specifiedOracleCommand
instance. -
OracleDependency(OracleCommand, bool, int, bool)
This constructor creates an instance of the
OracleDependency
class and binds it to the specifiedOracleCommand
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.