dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnection Class

In This Topic
    SqlConnection Class Events
    In This Topic

    For a list of all members of this type, see SqlConnection 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 EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
    Public EventOccurs when SQL Server returns an error.  
    Public EventOccurs when SQL Server 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