OleDbDataAdapter Members
.NET Framework 2.0
Represents a set of data commands and a database connection that are used to fill the DataSet and update the data source.
The following tables list the members exposed by the OleDbDataAdapter type.
| Name | Description | |
|---|---|---|
| OleDbDataAdapter | Overloaded. Initializes a new instance of the OleDbDataAdapter class. |
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AcceptChangesDuringFill | Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations.(Inherited from DataAdapter.) |
| AcceptChangesDuringUpdate | Gets or sets whether AcceptChanges is called during a Update.(Inherited from DataAdapter.) |
| Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
| ContinueUpdateOnError | Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.(Inherited from DataAdapter.) |
| DeleteCommand | Gets or sets an SQL statement or stored procedure for deleting records from the data set. |
| FillLoadOption | Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader.(Inherited from DataAdapter.) |
| InsertCommand | Gets or sets an SQL statement or stored procedure used to insert new records into the data source. |
| MissingMappingAction | Determines the action to take when incoming data does not have a matching table or column.(Inherited from DataAdapter.) |
| MissingSchemaAction | Determines the action to take when existing DataSet schema does not match incoming data.(Inherited from DataAdapter.) |
| ReturnProviderSpecificTypes | Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values.(Inherited from DataAdapter.) |
| SelectCommand | Gets or sets an SQL statement or stored procedure used to select records in the data source. |
| Site | Gets or sets the ISite of the Component.(Inherited from Component.) |
| TableMappings | Gets a collection that provides the master mapping between a source table and a DataTable.(Inherited from DataAdapter.) |
| UpdateBatchSize | Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch. (Inherited from DbDataAdapter.) |
| UpdateCommand | Gets or sets an SQL statement or stored procedure used to update records in the data source. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event.(Inherited from Component.) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode.(Inherited from Component.) |
| Events | Gets the list of event handlers that are attached to this Component.(Inherited from Component.) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
| Dispose | Overloaded. Releases the resources used by the Component. (Inherited from Component.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| Fill | Overloaded. Adds or refreshes rows in the DataSet to match those in an ADO Recordset or Record object. |
| FillSchema | Overloaded. Adds a DataTable to a DataSet and configures the schema to match that in the data source. (Inherited from DbDataAdapter.) |
| GetFillParameters | Gets the parameters set by the user when executing an SQL SELECT statement. (Inherited from DbDataAdapter.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ResetFillLoadOption | Resets FillLoadOption to its default state and causes Fill to honor AcceptChangesDuringFill. (Inherited from DataAdapter.) |
| ShouldSerializeAcceptChangesDuringFill | Determines whether the AcceptChangesDuringFill property should be persisted. (Inherited from DataAdapter.) |
| ShouldSerializeFillLoadOption | Determines whether the FillLoadOption property should be persisted. (Inherited from DataAdapter.) |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
| Update | Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet. (Inherited from DbDataAdapter.) |
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. Releases the resources used by the Component. (Inherited from Component.) |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
| GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
| MemberwiseClone | Overloaded. (Inherited from MarshalByRefObject.) |
| Name | Description | |
|---|---|---|
| Disposed | Adds an event handler to listen to the Disposed event on the component.(Inherited from Component.) |
| FillError | Returned when an error occurs during a fill operation.(Inherited from DataAdapter.) |
| RowUpdated | Occurs during Update after a command is executed against the data source. The attempt to update is made. Therefore, the event occurs. |
| RowUpdating | Occurs during Update before a command is executed against the data source. The attempt to update is made. Therefore, the event occurs. |
| Name | Description | |
|---|---|---|
| System.ICloneable.Clone | For a description of this member, see ICloneable.Clone. |
| System.Data.IDbDataAdapter.DeleteCommand | For a description of this member, see DeleteCommand. |
| System.Data.IDbDataAdapter.InsertCommand | For a description of this member, see InsertCommand. |
| System.Data.IDbDataAdapter.SelectCommand | For a description of this member, see SelectCommand. |
| System.Data.IDbDataAdapter.UpdateCommand | For a description of this member, see UpdateCommand. |
Reference
OleDbDataAdapter ClassSystem.Data.OleDb Namespace