ns-System.Data.SqlClient.xml 1.1 KB

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Namespace Name="System.Data.SqlClient">
  3. <Docs>
  4. <summary>
  5. <attribution license="cc4" from="Microsoft" modified="false" />
  6. <para>The <see cref="N:System.Data.SqlClient" /> namespace is the.NET Framework Data Provider for SQL Server.</para>
  7. </summary>
  8. <remarks>
  9. <attribution license="cc4" from="Microsoft" modified="false" />
  10. <para>The.NET Framework Data Provider for SQL Server describes a collection of classes used to access a SQL Server database in the managed space. Using the <see cref="T:System.Data.SqlClient.SqlDataAdapter" />, you can fill a memory-resident <see cref="T:System.Data.DataSet" /> that you can use to query and update the database.</para>
  11. <block subset="none" type="note">
  12. <para>For conceptual information about using this namespace when programming with the .NET Framework, see <format type="text/html"><a href="c18b1fb1-2af1-4de7-80a4-95e56fd976cb">Using the .NET Framework Data Provider for SQL Server</a></format>.</para>
  13. </block>
  14. </remarks>
  15. </Docs>
  16. </Namespace>