dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionMode Enumeration

In This Topic
    SqlConnectionMode Enumeration
    In This Topic
    Specifies the library used to establish a connection to SQL Server.
    Syntax
    'Declaration
     
    Public Enum SqlConnectionMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    DefaultSpecifies that the Microsoft.Data.SqlClient library is used by default on .NET Framework 4 and later. In all other environments, the System.Data.SqlClient library is used.
    MicrosoftDataSqlClientSpecifies that the Microsoft.Data.SqlClient library is used.
    SystemDataSqlClientSpecifies that the System.Data.SqlClient library is used. The library is considered legacy and does not receive new features.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.SqlServer.SqlConnectionMode

    See Also