'Declaration Public Enum SqlConnectionMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SqlConnectionMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum SqlConnectionMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SqlConnectionMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Description |
|---|---|
| Default | Specifies 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. |
| MicrosoftDataSqlClient | Specifies that the Microsoft.Data.SqlClient library is used. |
| SystemDataSqlClient | Specifies that the System.Data.SqlClient library is used. The library is considered legacy and does not receive new features. |
System.Object
System.ValueType
System.Enum
Devart.Data.SqlServer.SqlConnectionMode