ns-System.Data.Odbc.xml 998 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Namespace Name="System.Data.Odbc">
  3. <Docs>
  4. <summary>
  5. <attribution license="cc4" from="Microsoft" modified="false" />
  6. <para>The <see cref="N:System.Data.Odbc" /> namespace is the .NET Framework Data Provider for ODBC.</para>
  7. </summary>
  8. <remarks>
  9. <attribution license="cc4" from="Microsoft" modified="false" />
  10. <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>
  11. <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>
  12. </remarks>
  13. </Docs>
  14. </Namespace>