dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Connection Class

In This Topic
DB2Connection Class Events
In This Topic

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

Public Events
 NameDescription
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 Event (Inherited from System.ComponentModel.Component)
Public EventOccurs when DB2 returns an error.  
Public EventOccurs when DB2 returns a warning or informational message.  
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