Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

14 lines
998 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Data.Odbc">
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="N:System.Data.Odbc" /> namespace is the .NET Framework Data Provider for ODBC.</para>
</summary>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The .NET Framework Data Provider for ODBC describes a collection of classes used to access an ODBC data source in the managed space. Using the <see cref="T:System.Data.Odbc.OdbcDataAdapter" /> class, you can fill a memory-resident <see cref="T:System.Data.DataSet" /> that you can use to query and update the data source.</para>
<para>For more information about how to use this namespace, see the <see cref="T:System.Data.Odbc.OdbcDataReader" />, <see cref="T:System.Data.Odbc.OdbcCommand" />, and <see cref="T:System.Data.Odbc.OdbcConnection" /> classes.</para>
</remarks>
</Docs>
</Namespace>