Name | Description | |
---|---|---|
MimerDataAdapter Constructor | Overloaded. |
The following tables list the members exposed by MimerDataAdapter.
Name | Description | |
---|---|---|
MimerDataAdapter Constructor | Overloaded. |
Name | Description | |
---|---|---|
AcceptChangesDuringFill | (Inherited from System.Data.Common.DataAdapter) | |
AcceptChangesDuringUpdate | (Inherited from System.Data.Common.DbDataAdapter) | |
Container | (Inherited from System.Data.Common.DbDataAdapter) | |
ContinueUpdateOnError | (Inherited from System.Data.Common.DbDataAdapter) | |
DeleteCommand | Gets or sets a MimerCommand representing an SQL statement for deleting records from the data set. | |
FillLoadOption | (Inherited from System.Data.Common.DbDataAdapter) | |
InsertCommand | Gets or sets an SQL statement used to update records in the database server. | |
MissingMappingAction | (Inherited from System.Data.Common.DbDataAdapter) | |
MissingSchemaAction | (Inherited from System.Data.Common.DbDataAdapter) | |
ReturnProviderSpecificTypes | (Inherited from System.Data.Common.DbDataAdapter) | |
SelectCommand | Gets or sets an SQL statement used to retrieve records from the database server. | |
Site | (Inherited from System.Data.Common.DbDataAdapter) | |
TableMappings | Gets a collection that provides the mappings between a source table and a System.Data.DataTable. | |
UpdateBatchSize | (Inherited from System.Data.Common.DbDataAdapter) | |
UpdateCommand | Gets or sets an SQL statement used to update records in the database server. |
Name | Description | |
---|---|---|
Dispose() | (Inherited from System.ComponentModel.Component) | |
Fill | Overloaded. (Inherited from System.Data.Common.DbDataAdapter) | |
FillSchema | Overloaded. (Inherited from System.Data.Common.DbDataAdapter) | |
GetFillParameters | (Inherited from System.Data.Common.DbDataAdapter) | |
GetLifetimeService | (Inherited from System.Data.Common.DbDataAdapter) | |
InitializeLifetimeService | (Inherited from System.Data.Common.DbDataAdapter) | |
ToString | (Inherited from System.Data.Common.DbDataAdapter) | |
Update | Overloaded. (Inherited from System.Data.Common.DbDataAdapter) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
FillError | (Inherited from System.Data.Common.DbDataAdapter) | |
RowUpdated | Called during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) after a command is executed against the database server. | |
RowUpdating | Called during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) before a command is executed against the database server. |