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

ConnectionLostCause Enumeration
Specifies the cause of the connection loss.
Syntax
'Declaration
 
Public Enum ConnectionLostCause 
   Inherits System.Enum
   Implements 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

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