dotConnect Universal 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.
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