The System.Data.OleDb namespace is the .NET Framework Data Provider for OLE DB.
The .NET Framework Data Provider for OLE DB describes a collection of classes used to access an OLE DB data source in the managed space. Using the OleDbDataAdapter, you can fill a memory-resident DataSet, which you can use to query and update the data source.
For information on how to use this namespace, see the OleDbDataAdapter, the OleDbDataReader, the OleDbCommand, and the OleDbConnection classes. For conceptual information about using this namespace when programming with the .NET Framework, see "Accessing Data with ADO.NET".
Namespace hierarchy
Classes
Delegates
Enumerations
| Enumeration |
Description |
| OleDbLiteral |
Returns information about literals used in text commands, data values, and database objects. |
| OleDbType |
Specifies the data type of a field, a property, for use in an OleDbParameter. |
See Also
.NET Framework Class Library