diff --git a/docs/framework/data/adonet/sql/index.md b/docs/framework/data/adonet/sql/index.md index a591b8f4a1c73..7b0f7152007ce 100644 --- a/docs/framework/data/adonet/sql/index.md +++ b/docs/framework/data/adonet/sql/index.md @@ -12,7 +12,7 @@ This section describes features and behaviors that are specific to the .NET Fram 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. includes a tabular data stream (TDS) parser to communicate directly with SQL Server. > [!NOTE] -> To use the .NET Framework Data Provider for SQL Server, an application must reference the namespace. +> The namespace is not under active development. Use the namespace, which has been available since 2019. ## In This Section