Mimer Data Provider v9.2

MimerDataAdapter Properties

The properties of the MimerDataAdapter class are listed below. For a complete list of MimerDataAdapter class members, see the MimerDataAdapter Members topic.

Public Instance Properties

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.
Container (inherited from Component) Gets the IContainer that contains the Component.
ContinueUpdateOnError 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 an 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 data source.
MissingMappingAction Determines the action to take when incoming data does not have a matching table or column.
MissingSchemaAction Indicates or specifies whether missing source tables, columns, and their relationships are added to the data set schema, ignored, or cause an error to be raised.
SelectCommand Gets or sets an SQL statement used to update records in the data source.
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 data source.

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace