Skip to content

Commit 061ce1a

Browse files
authored
Update ns-System.Data.SqlClient.xml (dotnet#10757)
1 parent 6d9e1a5 commit 061ce1a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

xml/ns-System.Data.SqlClient.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
<remarks>
55
<format type="text/markdown"><![CDATA[
66
7-
## Remarks
8-
The .NET Data Provider for SQL Server describes a collection of classes used to access a SQL Server database in the managed space. Using the <xref:System.Data.SqlClient.SqlDataAdapter>, you can fill a memory-resident <xref:System.Data.DataSet> that you can use to query and update the database.
7+
## Remarks
8+
9+
> [!NOTE]
10+
> The <xref:System.Data.SqlClient> APIs are deprecated. For new development, use the <xref:Microsoft.Data.SqlClient> APIs.
11+
12+
The .NET Data Provider for SQL Server describes a collection of classes used to access a SQL Server database in the managed space. Using the <xref:System.Data.SqlClient.SqlDataAdapter>, you can fill a memory-resident <xref:System.Data.DataSet> that you can use to query and update the database.
913
1014
> [!NOTE]
11-
> For conceptual information about using this namespace when programming with .NET, see [SQL Server and ADO.NET](/dotnet/framework/data/adonet/sql/).
15+
> For conceptual information about using this namespace when programming with .NET, see [SQL Server and ADO.NET](/dotnet/framework/data/adonet/sql/).
1216
1317
]]></format>
1418
</remarks>

0 commit comments

Comments
 (0)