dotConnect for PostgreSQL Documentation
Devart.Common Namespace / ConnectionLostContext Enumeration

ConnectionLostContext Enumeration
Specifies the state of the connection when error ocurred.
Syntax
'Declaration
 
Public Enum ConnectionLostContext 
   Inherits System.Enum
   Implements 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

See Also