dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAlerter Class / Connection Property

In This Topic
Connection Property (PgSqlAlerter)
In This Topic
Gets or sets the PgSqlConnection used by the PgSqlAlerter.
Syntax
'Declaration
 
Public Property Connection As PgSqlConnection
 

Property Value

A PgSqlConnection object.
Remarks
This property can be changed only when Active is false.
See Also