dotConnect for SQL Server Documentation
Devart.Common Namespace / ConnectionLostCause Enumeration

In This Topic
    ConnectionLostCause Enumeration
    In This Topic
    Specifies the cause of the connection loss.
    Syntax
    'Declaration
     
    Public Enum ConnectionLostCause 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum ConnectionLostCause : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    ConnectConnection loss detected during connection.
    ExecuteConnection loss detected during SQL execution.
    PrepareConnection loss detected during preparation command on the server.
    ReadConnection loss detected during read data.
    StartTransactionConnection loss detected during starting transaction.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Common.ConnectionLostCause

    See Also