Name | Description | |
---|---|---|
MySqlDataAdapter Constructor | Overloaded. Initializes a new instance of the MySqlDataAdapter class. |
The following tables list the members exposed by MySqlDataAdapter.
Name | Description | |
---|---|---|
MySqlDataAdapter Constructor | Overloaded. Initializes a new instance of the MySqlDataAdapter class. |
Name | Description | |
---|---|---|
AcceptChangesDuringFill | (Inherited from System.Data.Common.DataAdapter) | |
AcceptChangesDuringUpdate | (Inherited from System.Data.Common.DataAdapter) | |
Container | (Inherited from System.ComponentModel.Component) | |
ContinueUpdateOnError | (Inherited from System.Data.Common.DataAdapter) | |
DeleteCommand | Gets or sets a MySQL statement to delete records from the data set. | |
FillLoadOption | (Inherited from System.Data.Common.DataAdapter) | |
InsertCommand | Gets or sets a MySQL statement to insert new records into the data source. | |
MissingMappingAction | (Inherited from System.Data.Common.DataAdapter) | |
MissingSchemaAction | (Inherited from System.Data.Common.DataAdapter) | |
ReturnProviderSpecificTypes | (Inherited from System.Data.Common.DataAdapter) | |
SelectCommand | Gets or sets a MySQL statement used to select records in the data source. | |
Site | (Inherited from System.ComponentModel.Component) | |
TableMappings | Gets a collection that provides the master mapping between a source table and a MySqlDataTable. | |
UpdateBatchSize | Overridden. Gets or sets the number of rows that are processed in each round-trip to the server. | |
UpdateCommand | Gets or sets a MySQL statement used to update records in the data source. |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose() | (Inherited from System.ComponentModel.Component) | |
Fill | Overloaded. Overridden. | |
FillPage | Fills associated DataSet with specified range of rows. (Inherited from Devart.Common.DbDataAdapter) | |
FillSchema | Overloaded. (Inherited from Devart.Common.DbDataAdapter) | |
GetFillParameters | (Inherited from System.Data.Common.DbDataAdapter) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) | |
Update | Overloaded. (Inherited from System.Data.Common.DbDataAdapter) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
FillError | (Inherited from System.Data.Common.DataAdapter) | |
RowUpdated | Occurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) after a command is executed against the data source. The attempt to update is made, so the event fires. | |
RowUpdating | Occurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) before a command is executed against the data source. The attempt to update is made, so the event fires. |