Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions xml/ns-System.Data.SqlClient.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
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.
## Remarks

> [!NOTE]
> The <xref:System.Data.SqlClient> APIs are deprecated. For new development, use the <xref:Microsoft.Data.SqlClient> APIs.

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.

> [!NOTE]
> For conceptual information about using this namespace when programming with .NET, see [SQL Server and ADO.NET](/dotnet/framework/data/adonet/sql/).
> For conceptual information about using this namespace when programming with .NET, see [SQL Server and ADO.NET](/dotnet/framework/data/adonet/sql/).

]]></format>
</remarks>
Expand Down
Loading