DEPRECATED - Use Microsoft.Data.SqlClient.
$ dotnet add package System.Data.SqlClientThe legacy .NET Data Provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS).
System.Data.SqlClient is deprecated. Please use Microsoft.Data.SqlClient instead.
The main types provided by this library are:
System.Data.SqlClient is released as open source under the MIT license.