Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When running on Windows, this library has a dependency on Microsoft.Data.SqlClient.SNI on .NET Framework and runtime.native.System.Data.SqlClient.sni on .NET Core, which requires the Microsoft Visual C++ Redistributable to be installed: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads When using NuGet 3.x this package requires at least version 3.4.
dotnet add package Microsoft.Data.SqlClient --version 1.1.0
Install-Package Microsoft.Data.SqlClient -Version 1.1.0
| 包名 | 版本要求 |
|---|---|
| Microsoft.Win32.Registry | [4.5.0, ) |
| runtime.native.System.Data.SqlClient.sni | [4.4.0, ) |
| System.Security.Principal.Windows | [4.5.0, ) |
| System.Text.Encoding.CodePages | [4.5.0, ) |
| System.Configuration.ConfigurationManager | [4.5.0, ) |
| System.Runtime.Caching | [4.5.0, ) |
| Microsoft.Identity.Client | [3.0.8, ) |
| Microsoft.IdentityModel.Protocols.OpenIdConnect | [5.5.0, ) |
| Microsoft.IdentityModel.JsonWebTokens | [5.5.0, ) |
| 包名 | 版本要求 |
|---|---|
| System.Data.Common | [4.3.0, ) |
| Microsoft.Data.SqlClient.sni | [1.1.0, ) |
| Microsoft.Identity.Client | [3.0.8, ) |
| Microsoft.IdentityModel.Protocols.OpenIdConnect | [5.5.0, ) |
| Microsoft.IdentityModel.JsonWebTokens | [5.5.0, ) |
| 包名 | 版本要求 |
|---|---|
| Microsoft.Win32.Registry | [4.5.0, ) |
| runtime.native.System.Data.SqlClient.sni | [4.4.0, ) |
| System.Buffers | [4.4.0, ) |
| System.Diagnostics.DiagnosticSource | [4.5.0, ) |
| System.Memory | [4.5.1, ) |
| System.Security.Principal.Windows | [4.5.0, ) |
| System.Text.Encoding.CodePages | [4.5.0, ) |
| System.Configuration.ConfigurationManager | [4.5.0, ) |
| Microsoft.Identity.Client | [3.0.8, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2019-11-20 22:39:54 |
| 项目主页 | https://aka.ms/sqlclientproject |
| 许可证 | https://www.nuget.org/packages/Microsoft.Data.SqlClient/1.1.0/license |