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 _
    )
    public OracleAlerter( 
       OracleConnection connection,
       string alertName
    )

    Parameters

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also