dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerter Class / OracleAlerter Constructor / OracleAlerter Constructor(OracleConnection,String)
An OracleConnection to use.
Name of the alert on the server.

In This Topic
OracleAlerter Constructor(OracleConnection,String)
In This Topic
Initializes a new instance of the OracleAlerter class.
Syntax
'Declaration
 
Public Function New( _
   ByVal connection As OracleConnection, _
   ByVal alertName As String _
)
 

Parameters

connection
An OracleConnection to use.
alertName
Name of the alert on the server.
See Also