Mimer Data Provider v9.2

Mimer.Data.Client Namespace

Classes

ClassDescription
MimerCommand This class represents an SQL statement used to execute against the current data source.
MimerCommandBuilder This class automatically generates SQL commands used to reconcile changes made to a DataSet with the associated data source.
MimerConnection This class holds information about a connection to a database.
MimerDataAdapter Represents a set of data commands and a database connection that are used to fill a DataSet and make changes for the current data source.
MimerDataReader The MimerDataReader provides a way of reading a forward-only stream of data rows from the data source.
MimerError Collects information relevant to a warning or error returned by the data source.
MimerErrorCollection Collects all errors generated by the MimerDataAdapter.
MimerException The exception that is generated when a warning or error is returned by the Mimer Data Provider.
MimerInfoMessageEventArgs Provides data for the InfoMessage event.
MimerParameter Represents a single parameter of type MimerCommand and optionally, its mapping to a DataColumn.
MimerParameterCollection Represents a collection of parameters used by an MimerCommand or a DataSet.
MimerProviderInfo The class holds information about the Mimer Data Provider.
MimerRowUpdatedEventArgs Provides data for the RowUpdated event.
MimerRowUpdatingEventArgs The class MimerRowUpdatingEventArgs provides data for the RowUpdating event.
MimerTransaction This class represents a transaction to be made in the Mimer Data Provider.

Delegates

DelegateDescription
MimerInfoMessageEventHandler The method that will handle the InfoMessage event of an MimerConnection.
MimerRowUpdatedEventHandler The method that will handle the RowUpdated event of an MimerDataAdapter.
MimerRowUpdatingEventHandler The method that will handle the RowUpdating event of an MimerDataAdapter.

Enumerations

EnumerationDescription
MimerDbType MimerDbType enumeration. Used for the data type of a field, a property, or a Parameter object of the Mimer Data Provider.