| Class | Description |
|---|---|
| MimerCommand | This class is used to execute an SQL statement for a specific connection. |
| MimerCommandBuilder | This class automatically generates SQL commands used to reconcile changes made to a DataSet or DataTable with the associated database server. |
| MimerConnection | This class is used to connect and disconnect from a database server. |
| MimerDataAdapter | Represents a set of data commands that are used to fill a DataSet or DataTable and subsequently transfer changes from the DataSet or DataTable back to the database. |
| MimerDataReader | The MimerDataReader provides a way of reading a forward-only stream of data rows from the database server. |
| MimerError | This class holds information about an error returned by the database server. |
| MimerErrorCollection | Holds a collection of MimerError objects. |
| MimerException | The exception that is generated when an error is returned by the Mimer Data Provider. |
| MimerInfoMessageEventArgs | Provides data for the InfoMessage event. |
| MimerParameter | Represents a single parameter for the MimerCommand class and optionally, its mapping to a DataColumn. |
| MimerParameterCollection | Represents a collection of parameters used by a MimerCommand. |
| MimerRowUpdatedEventArgs | Provides data for the RowUpdated event. |
| MimerRowUpdatingEventArgs | Provides data for the RowUpdating event. |
| MimerTransaction | This class represents a transaction active on the current connection. |
| Delegate | Description |
|---|---|
| MimerInfoMessageEventHandler | The method that will handle the InfoMessage event of a MimerConnection. |
| MimerRowUpdatedEventHandler | The method that will handle the RowUpdated event of a MimerDataAdapter. |
| MimerRowUpdatingEventHandler | The method that will handle the RowUpdating event of a MimerDataAdapter. |
| Enumeration | Description |
|---|---|
| MimerDbType | The MimerDbType enumeration is used to specify the SQL data type of a field, a property, or a Parameter object in the Mimer Data Provider. |
| MimerServerType | This enumeration lists all possible types of Mimer SQL database servers. |