| 1234567891011121314 |
- <?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>
|