You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework/data/adonet/sql/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This section describes features and behaviors that are specific to the .NET Fram
12
12
<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.
13
13
14
14
> [!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.
0 commit comments