Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Data.OleDb Namespace

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 that you can use to query and update the data source.

For information about how to use this namespace, see the OleDbDataAdapter, OleDbDataReader, OleDbCommand, and OleDbConnection classes.

  ClassDescription
Public classOleDbCommandRepresents an SQL statement or stored procedure to execute against a data source.
Public classOleDbCommandBuilder Automatically generates single-table commands that are used to reconcile changes made to a DataSet with the associated database. This class cannot be inherited.
Public classOleDbConnectionRepresents an open connection to a data source.
Public classOleDbConnectionStringBuilder Provides a simple way to create and manage the contents of connection strings used by the OleDbConnection class.
Public classOleDbDataAdapter Represents a set of data commands and a database connection that are used to fill the DataSet and update the data source.
Public classOleDbDataReaderProvides a way of reading a forward-only stream of data rows from a data source. This class cannot be inherited.
Public classOleDbEnumerator Provides a mechanism for enumerating all available OLE DB providers within the local network.
Public classOleDbError Collects information relevant to a warning or error returned by the data source.
Public classOleDbErrorCollection Collects all errors generated by the .NET Framework Data Provider for OLE DB. This class cannot be inherited.
Public classOleDbException The exception that is thrown when the underlying provider returns a warning or error for an OLE DB data source. This class cannot be inherited.
Public classOleDbFactory Represents a set of methods for creating instances of the OLEDB provider's implementation of the data source classes.
Public classOleDbInfoMessageEventArgs Provides data for the InfoMessage event. This class cannot be inherited.
Public classOleDbMetaDataCollectionNames Provides a list of constants for use with the GetSchema method to retrieve metadata collections.
Public classOleDbMetaDataColumnNames Provides static values that are used for the column names in the OleDbMetaDataCollectionNames objects contained in the DataTable. The DataTable is created by the GetSchema method.
Public classOleDbParameter Represents a parameter to an OleDbCommand and optionally its mapping to a DataSet column. This class cannot be inherited.
Public classOleDbParameterCollection Represents a collection of parameters relevant to an OleDbCommand as well as their respective mappings to columns in a DataSet.
Public classOleDbPermission Enables the .NET Framework Data Provider for OLE DB to help make sure that a user has a security level sufficient to access an OLE DB data source.
Public classOleDbPermissionAttribute Associates a security action with a custom security attribute.
Public classOleDbRowUpdatedEventArgs Provides data for the RowUpdated event.
Public classOleDbRowUpdatingEventArgs Provides data for the RowUpdating event.
Public classOleDbSchemaGuid Returns the type of schema table specified by the GetOleDbSchemaTable method.
Public classOleDbTransaction Represents an SQL transaction to be made at a data source. This class cannot be inherited.
  DelegateDescription
Public delegateOleDbInfoMessageEventHandler Represents the method that will handle the InfoMessage event of an OleDbConnection.
Public delegateOleDbRowUpdatedEventHandler Represents the method that will handle the RowUpdated event of an OleDbDataAdapter.
Public delegateOleDbRowUpdatingEventHandler Represents the method that will handle the RowUpdating event of an OleDbDataAdapter.
  EnumerationDescription
Public enumerationOleDbLiteral Returns information about literals used in text commands, data values, and database objects.
Public enumerationOleDbType Specifies the data type of a field, a property, for use in an OleDbParameter.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker