dotConnect for MySQL Documentation
Devart.Common Namespace / ConnectionLostContext Enumeration

In This Topic
    ConnectionLostContext Enumeration
    In This Topic
    Specifies the state of the connection when error ocurred.
    Syntax
    'Declaration
     
    Public Enum ConnectionLostContext 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum ConnectionLostContext : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    HasPreparedThe connection has prepared statement in current session.
    InFetchcurrent connection already uses (has open DataReader);
    InTransactionThe connection executed sql in transaction.
    NoneThe connection was in none state.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Common.ConnectionLostContext

    See Also