MySQL Connector/Net
MySqlDataAdapter Methods |
The MySqlDataAdapter type exposes the following members.

Name | Description | |
---|---|---|
![]() |
AddToBatch | (Overrides DbDataAdapterAddToBatch(IDbCommand).) |
![]() |
ClearBatch | (Overrides DbDataAdapterClearBatch.) |
![]() |
CloneInternals | Obsolete. Creates a copy of this instance of DataAdapter. (Inherited from DataAdapter.) |
![]() |
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.) |
![]() |
CreateRowUpdatedEvent | (Overrides DbDataAdapterCreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping).) |
![]() |
CreateRowUpdatingEvent | (Overrides DbDataAdapterCreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping).) |
![]() |
CreateTableMappings | Creates a new DataTableMappingCollection. (Inherited from DataAdapter.) |
![]() |
Dispose | Releases all resources used by the Component. (Inherited from Component.) |
![]() |
Dispose(Boolean) | Releases the unmanaged resources used by the DbDataAdapter and optionally releases the managed resources. (Inherited from DbDataAdapter.) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
ExecuteBatch | (Overrides DbDataAdapterExecuteBatch.) |
![]() |
Fill(DataSet) | Adds or refreshes rows in the DataSet. (Inherited from DbDataAdapter.) |
![]() |
Fill(DataTable) | Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataTable name. (Inherited from DbDataAdapter.) |
![]() |
Fill(DataSet, String) | Adds or refreshes rows in the DataSet to match those in the data source using the DataSet and DataTable names. (Inherited from DbDataAdapter.) |
![]() |
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(Int32, Int32, 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. (Inherited from DbDataAdapter.) |
![]() |
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. (Inherited from DbDataAdapter.) |
![]() |
Fill(DataSet, Int32, Int32, String) | 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 DbDataAdapter.) |
![]() |
Fill(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(DataTable, Int32, Int32, IDbCommand, CommandBehavior) | 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 DbDataAdapter.) |
![]() |
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(DataSet, Int32, Int32, String, IDbCommand, CommandBehavior) | Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and source table names, command string, and command behavior. (Inherited from DbDataAdapter.) |
![]() |
FillAsync(DataSet) |
Async version of Fill
|
![]() |
FillAsync(DataTable) |
Async version of Fill
|
![]() |
FillAsync(DataSet, String) |
Async version of Fill
|
![]() |
FillAsync(DataSet, CancellationToken) | |
![]() |
FillAsync(DataTable, IDataReader) |
Async version of Fill
|
![]() |
FillAsync(DataTable, CancellationToken) | |
![]() |
FillAsync(DataSet, String, CancellationToken) | |
![]() |
FillAsync(DataTable, IDataReader, CancellationToken) | |
![]() |
FillAsync(DataTable, IDbCommand, CommandBehavior) |
Async version of Fill
|
![]() |
FillAsync(Int32, Int32, DataTable) |
Async version of Fill
|
![]() |
FillAsync(DataSet, Int32, Int32, String) |
Async version of Fill
|
![]() |
FillAsync(DataTable, IDbCommand, CommandBehavior, CancellationToken) | |
![]() |
FillAsync(Int32, Int32, CancellationToken, DataTable) | |
![]() |
FillAsync(DataSet, Int32, Int32, String, CancellationToken) | |
![]() |
FillAsync(DataSet, String, IDataReader, Int32, Int32) |
Async version of Fill
|
![]() |
FillAsync(DataTable, Int32, Int32, IDbCommand, CommandBehavior) |
Async version of Fill
|
![]() |
FillAsync(DataSet, Int32, Int32, String, IDbCommand, CommandBehavior) |
Async version of Fill
|
![]() |
FillAsync(DataSet, String, IDataReader, Int32, Int32, CancellationToken) | |
![]() |
FillAsync(DataTable, Int32, Int32, IDbCommand, CommandBehavior, CancellationToken) | |
![]() |
FillAsync(DataSet, Int32, Int32, String, IDbCommand, CommandBehavior, CancellationToken) | |
![]() |
FillSchema(DataTable, SchemaType) | Configures the schema of the specified DataTable based on the specified SchemaType. (Inherited from DbDataAdapter.) |
![]() |
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. (Inherited from DbDataAdapter.) |
![]() |
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. (Inherited from DbDataAdapter.) |
![]() |
FillSchema(DataTable, SchemaType, IDataReader) | (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. (Inherited from DbDataAdapter.) |
![]() |
FillSchema(DataSet, SchemaType, String, IDataReader) | (Inherited from DataAdapter.) |
![]() |
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. (Inherited from DbDataAdapter.) |
![]() |
FillSchemaAsync(DataSet, SchemaType) |
Async version of FillSchema
|
![]() |
FillSchemaAsync(DataTable, SchemaType) |
Async version of FillSchema
|
![]() |
FillSchemaAsync(DataSet, SchemaType, String) |
Async version of FillSchema
|
![]() |
FillSchemaAsync(DataSet, SchemaType, CancellationToken) | |
![]() |
FillSchemaAsync(DataTable, SchemaType, IDataReader) |
Async version of FillSchema
|
![]() |
FillSchemaAsync(DataTable, SchemaType, CancellationToken) | |
![]() |
FillSchemaAsync(DataSet, SchemaType, String, IDataReader) |
Async version of FillSchema
|
![]() |
FillSchemaAsync(DataSet, SchemaType, String, CancellationToken) | |
![]() |
FillSchemaAsync(DataTable, SchemaType, IDataReader, CancellationToken) | |
![]() |
FillSchemaAsync(DataTable, SchemaType, IDbCommand, CommandBehavior) |
Async version of FillSchema
|
![]() |
FillSchemaAsync(DataSet, SchemaType, IDbCommand, String, CommandBehavior) |
Async version of FillSchema
|
![]() |
FillSchemaAsync(DataSet, SchemaType, String, IDataReader, CancellationToken) | |
![]() |
FillSchemaAsync(DataTable, SchemaType, IDbCommand, CommandBehavior, CancellationToken) | |
![]() |
FillSchemaAsync(DataSet, SchemaType, IDbCommand, String, CommandBehavior, CancellationToken) | |
![]() |
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
![]() |
GetBatchedParameter | (Overrides DbDataAdapterGetBatchedParameter(Int32, Int32).) |
![]() |
GetBatchedRecordsAffected | Returns information about an individual update attempt within a larger batched update. (Inherited from DbDataAdapter.) |
![]() |
GetFillParameters | Gets the parameters set by the user when executing an SQL SELECT statement. (Inherited from DbDataAdapter.) |
![]() |
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 | (Inherited from Component.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
HasTableMappings | Indicates whether a DataTableMappingCollection has been created. (Inherited from DataAdapter.) |
![]() |
InitializeBatching | (Overrides DbDataAdapterInitializeBatching.) |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() |
OnFillError | Invoked when an error occurs during a Fill. (Inherited from DataAdapter.) |
![]() |
OnRowUpdated |
Overridden. Raises the RowUpdated event.
(Overrides DbDataAdapterOnRowUpdated(RowUpdatedEventArgs).) |
![]() |
OnRowUpdating |
Overridden. Raises the RowUpdating event.
(Overrides DbDataAdapterOnRowUpdating(RowUpdatingEventArgs).) |
![]() |
ResetFillLoadOption | Resets FillLoadOption to its default state and causes Fill(DataSet) 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 | (Overrides DbDataAdapterTerminateBatching.) |
![]() |
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
![]() |
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. (Inherited from DbDataAdapter.) |
![]() |
Update(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. (Inherited from DbDataAdapter.) |
![]() |
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. (Inherited from DbDataAdapter.) |
![]() |
Update(DataSet, String) | Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet with the specified DataTable name. (Inherited from DbDataAdapter.) |
![]() |
Update(DataRow, DataTableMapping) | (Overrides DbDataAdapterUpdate(DataRow, DataTableMapping).) |
![]() |
UpdateAsync(DataRow) |
Async version of Update
|
![]() |
UpdateAsync(DataSet) |
Async version of Update
|
![]() |
UpdateAsync(DataTable) |
Async version of Update
|
![]() |
UpdateAsync(DataRow, DataTableMapping) |
Async version of Update
|
![]() |
UpdateAsync(DataRow, CancellationToken) | |
![]() |
UpdateAsync(DataSet, String) |
Async version of Update
|
![]() |
UpdateAsync(DataSet, CancellationToken) | |
![]() |
UpdateAsync(DataTable, CancellationToken) | |
![]() |
UpdateAsync(DataRow, DataTableMapping, CancellationToken) | |
![]() |
UpdateAsync(DataSet, String, CancellationToken) |
