Skip to content

Commit 543f545

Browse files
authored
Add note directing users to Microsoft.Data.SqlClient (#47895)
* Add note directing users to Microsoft.Data.SqlClient * Link to MDS
1 parent 99ce071 commit 543f545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/data/adonet/sql/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This section describes features and behaviors that are specific to the .NET Fram
1212
<xref:System.Data.SqlClient> provides access to versions of SQL Server, which encapsulates database-specific protocols. The functionality of the data provider is designed to be similar to that of the .NET Framework data providers for OLE DB, ODBC, and Oracle. <xref:System.Data.SqlClient> includes a tabular data stream (TDS) parser to communicate directly with SQL Server.
1313

1414
> [!NOTE]
15-
> To use the .NET Framework Data Provider for SQL Server, an application must reference the <xref:System.Data.SqlClient> namespace.
15+
> The <xref:System.Data.SqlClient> namespace is not under active development. Use the <xref:Microsoft.Data.SqlClient> namespace, which has been available since 2019.
1616
1717
## In This Section
1818

0 commit comments

Comments
 (0)