DbDataAdapter Class
Aids implementation of the IDbDataAdapter interface. Inheritors of DbDataAdapter implement a set of functions to provide strong typing, but inherit most of the functionality needed to fully implement a DataAdapter.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | DbDataAdapter() | Initializes a new instance of a DataAdapter class. |
![]() | DbDataAdapter(DbDataAdapter^) | Initializes a new instance of a DataAdapter class from an existing object of the same type. |
| 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.) |
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event.(Inherited from Component.) |
![]() | 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 a command for deleting records from the data set. |
![]() | DesignMode | |
![]() | Events | |
![]() | FillCommandBehavior | Gets or sets the behavior of the command used to fill the data adapter. |
![]() | FillLoadOption | Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader.(Inherited from DataAdapter.) |
![]() | InsertCommand | Gets or sets a command 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 a command used to select records in the data source. |
![]() | Site | |
![]() | 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. |
![]() | UpdateCommand | Gets or sets a command used to update records in the data source. |
| Name | Description | |
|---|---|---|
![]() | AddToBatch(IDbCommand^) | Adds a IDbCommand to the current batch. |
![]() | ClearBatch() | Removes all IDbCommand objects from the batch. |
![]() | CloneInternals() | Obsolete. Creates a copy of this instance of DataAdapter.(Inherited from DataAdapter.) |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | CreateRowUpdatedEvent(DataRow^, IDbCommand^, StatementType, DataTableMapping^) | Initializes a new instance of the RowUpdatedEventArgs class. |
![]() | CreateRowUpdatingEvent(DataRow^, IDbCommand^, StatementType, DataTableMapping^) | Initializes a new instance of the RowUpdatingEventArgs class. |
![]() | CreateTableMappings() | Creates a new DataTableMappingCollection.(Inherited from DataAdapter.) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the DbDataAdapter and optionally releases the managed resources.(Overrides DataAdapter::Dispose(Boolean).) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | ExecuteBatch() | Executes the current batch. |
![]() | Fill(DataSet^) | Adds or refreshes rows in the DataSet.(Overrides DataAdapter::Fill(DataSet^).) |
![]() | Fill(DataSet^, Int32, Int32, String^) | |
![]() | Fill(DataSet^, Int32, Int32, String^, IDbCommand^, CommandBehavior) | |
![]() | Fill(DataSet^, String^) | |
![]() | Fill(DataSet^, String^, IDataReader^, Int32, Int32) | Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and DataTable names.(Inherited from DataAdapter.) |
![]() | Fill(DataTable^) | |
![]() | Fill(DataTable^, IDataReader^) | Adds or refreshes rows in the DataTable to match those in the data source using the DataTable name and the specified IDataReader.(Inherited from DataAdapter.) |
![]() | Fill(DataTable^, IDbCommand^, CommandBehavior) | Adds or refreshes rows in a DataTable to match those in the data source using the specified DataTable, IDbCommand and CommandBehavior. |
![]() | Fill(array<DataTable^>^, IDataReader^, Int32, Int32) | Adds or refreshes rows in a specified range in the collection of DataTable objects to match those in the data source.(Inherited from DataAdapter.) |
![]() | Fill(array<DataTable^>^, Int32, Int32, IDbCommand^, CommandBehavior) | |
![]() | Fill(Int32, Int32, array<DataTable^>^) | Adds or refreshes rows in a DataTable to match those in the data source starting at the specified record and retrieving up to the specified maximum number of records. |
![]() | FillSchema(DataSet^, SchemaType) | Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType.(Overrides DataAdapter::FillSchema(DataSet^, SchemaType).) |
![]() | FillSchema(DataSet^, SchemaType, IDbCommand^, String^, CommandBehavior) | Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType. |
![]() | FillSchema(DataSet^, SchemaType, String^) | Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based upon the specified SchemaType and DataTable. |
![]() | FillSchema(DataSet^, SchemaType, String^, IDataReader^) | Adds a DataTable to the specified DataSet.(Inherited from DataAdapter.) |
![]() | FillSchema(DataTable^, SchemaType) | Configures the schema of the specified DataTable based on the specified SchemaType. |
![]() | FillSchema(DataTable^, SchemaType, IDataReader^) | Adds a DataTable to the specified DataSet.(Inherited from DataAdapter.) |
![]() | FillSchema(DataTable^, SchemaType, IDbCommand^, CommandBehavior) | Configures the schema of the specified DataTable based on the specified SchemaType, command string, and CommandBehavior values. |
![]() | Finalize() | |
![]() | GetBatchedParameter(Int32, Int32) | Returns a IDataParameter from one of the commands in the current batch. |
![]() | GetBatchedRecordsAffected(Int32, Int32%, Exception^%) | Returns information about an individual update attempt within a larger batched update. |
![]() | GetFillParameters() | Gets the parameters set by the user when executing an SQL SELECT statement.(Overrides DataAdapter::GetFillParameters().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetService(Type^) | |
![]() | GetType() | |
![]() | HasTableMappings() | Indicates whether a DataTableMappingCollection has been created.(Inherited from DataAdapter.) |
![]() | InitializeBatching() | Initializes batching for the DbDataAdapter. |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | OnFillError(FillErrorEventArgs^) | Invoked when an error occurs during a Fill.(Inherited from DataAdapter.) |
![]() | OnRowUpdated(RowUpdatedEventArgs^) | Raises the RowUpdated event of a .NET Framework data provider. |
![]() | OnRowUpdating(RowUpdatingEventArgs^) | Raises the RowUpdating event of a .NET Framework data provider. |
![]() | ResetFillLoadOption() | Resets FillLoadOption to its default state and causes DataAdapter::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.) |
![]() | ShouldSerializeTableMappings() | Determines whether one or more DataTableMapping objects exist and they should be persisted.(Inherited from DataAdapter.) |
![]() | TerminateBatching() | Ends batching for the DbDataAdapter. |
![]() | ToString() | |
![]() | Update(array<DataRow^>^) | Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array in the DataSet. |
![]() | Update(array<DataRow^>^, DataTableMapping^) | Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of DataSet objects. |
![]() | Update(DataSet^) | Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.(Overrides DataAdapter::Update(DataSet^).) |
![]() | Update(DataSet^, String^) | |
![]() | Update(DataTable^) | Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataTable. |
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultSourceTableName | The default name used by the DataAdapter object for table mappings. |
| Name | Description | |
|---|---|---|
![]() | Disposed | |
![]() | FillError | Returned when an error occurs during a fill operation.(Inherited from DataAdapter.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new object that is a copy of the current instance. |
![]() ![]() | IDataAdapter::TableMappings | Indicates how a source table is mapped to a dataset table.(Inherited from DataAdapter.) |
![]() ![]() | IDbDataAdapter::DeleteCommand | Gets or sets an SQL statement for deleting records from the data set. |
![]() ![]() | IDbDataAdapter::InsertCommand | Gets or sets an SQL statement used to insert new records into the data source. |
![]() ![]() | IDbDataAdapter::SelectCommand | Gets or sets an SQL statement used to select records in the data source. |
![]() ![]() | IDbDataAdapter::UpdateCommand | Gets or sets an SQL statement used to update records in the data source. |
The DbDataAdapter class inherits from the DataAdapter class and helps a class implement a DataAdapter designed for use with a relational database.
An application does not create an instance of the DbDataAdapter interface directly, but creates an instance of a class that inherits IDbDataAdapter and DbDataAdapter.
Classes that inherit DbDataAdapter must implement the inherited members, and typically define additional members to add provider-specific functionality. For example, the DbDataAdapter class defines the SelectCommand property, and the DbDataAdapter interface defines eight overloads of the Fill method. In turn, the OleDbDataAdapter class inherits the Fill method, and also defines two additional overloads of Fill that take an ADO Recordset object as a parameter.
Notes to Inheritors:
When you inherit from the DbDataAdapter class, we recommend that you implement the following constructors:
Item | Description |
|---|---|
PrvDataAdapter() | Initializes a new instance of the PrvDataAdapter class. |
PrvDataAdapter(PrvCommand selectCommand) | Initializes a new instance of the PrvDataAdapter class with the specified SQL SELECT statement. |
PrvDataAdapter(string selectCommandText, string selectConnectionString) | Initializes a new instance of the PrvDataAdapter class with an SQL SELECT statement and a connection string. |
PrvDataAdapter(string selectCommandText, PrvConnection selectConnection) | Initializes a new instance of the PrvDataAdapter class with an SQL SELECT statement and a PrvConnection object. |
To promote consistency among .NET Framework data providers, you should name the inheriting class in the form PrvDataAdapter, where Prv is the uniform prefix given to all classes in a specific .NET Framework data provider namespace. For example, "Sql" is the prefix of the SqlDataAdapter class in the System.Data.SqlClient namespace.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.









