The properties of the MimerDataAdapter class are listed below. For a complete list of MimerDataAdapter class members, see the MimerDataAdapter Members topic.
AcceptChangesDuringFill (inherited from DataAdapter) | 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. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
ContinueUpdateOnError (inherited from DataAdapter) | Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. |
DeleteCommand | Gets or sets a MimerCommand representing an SQL statement for deleting records from the data set. |
InsertCommand | Gets or sets an SQL statement used to update records in the database server. |
MissingMappingAction (inherited from DataAdapter) | Determines the action to take when incoming data does not have a matching table or column. |
MissingSchemaAction (inherited from DataAdapter) | Determines the action to take when existing DataSet schema does not match incoming data. |
SelectCommand | Gets or sets an SQL statement used to retrieve records from the database server. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
TableMappings | Gets a collection that provides the mappings between a source table and a DataTable. |
UpdateCommand | Gets or sets an SQL statement used to update records in the database server. |
MimerDataAdapter Class | Mimer.Data.Client Namespace