dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnection Class

In This Topic
    PgSqlConnection Class Events
    In This Topic

    For a list of all members of this type, see PgSqlConnection members.

    Public Events
     NameDescription
    Public EventThe event occurs when performing keyboard-interactive authentication.  
    Public EventOccurs when connection to the data source is lost in case LocalFailover is set to true. You may use this event to implicitly reconnect and reexecute the current operation.  
    Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
    Public EventOccurs when PostgreSQL server sends an error message.  
    Public EventOccurs when PostgreSQL returns a warning or informational message.  
    Public EventOccurs when PostgreSQL server provides a notification message.  
    Public EventThe event occurs when host key verification during establishing connection failed.  
    Public EventOccurs when the state of the connection changes. (Inherited from Devart.Common.DbConnectionBase)
    Public EventOccurs when the state of the transaction is changed. (Inherited from Devart.Common.DbConnectionBase)
    Public EventOccurs when the state of the transaction is changing. (Inherited from Devart.Common.DbConnectionBase)
    Top
    See Also