dotConnect for PostgreSQL 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.
    InFetchThe connection already had an 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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also