This namespace contains all standard ADO.NET classes. These are classes that are common between all complete ADO.NET providers. The properties DataSourceDescriptor and NativeXxxx are typically not available with other providers and should be avoided if ou want to maintain portability.
| Class | Description |
|---|---|
| MpmCommand | This class represents an SQL statement used to execute against the current data source. |
| MpmCommandBuilder | This class automatically generates SQL commands used to reconcile changes made to a DataSet with the associated data source. |
| MpmConnection | This class holds information about a connection to a data source. |
| MpmDataAdapter | 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. |
| MpmDataReader | The MpmDataReader provides a way of reading a forward-only stream of data rows from the data source. |
| MpmError | Collects information relevant to a warning or error returned by the data source. |
| MpmErrorCollection | Collects all errors generated by the Mimer Provider Manager and underlying providers. |
| MpmException | The exception that is generated when a warning or error is returned by an underlying provider. |
| MpmInfoMessageEventArgs | Provides data for the InfoMessage event. |
| MpmParameter | Represents a single parameter of type MpmCommand and optionally, its mapping to a DataColumn. |
| MpmParameterCollection | Represents a collection of parameters used by an MpmCommand or a DataSet. |
| MpmRowUpdatedEventArgs | Provides data for the RowUpdated event. |
| MpmRowUpdatingEventArgs | The class MpmRowUpdatingEventArgs provides data for the RowUpdating event. |
| MpmTransaction | This class represents a transaction to be made in the underlying data source. |
| Delegate | Description |
|---|---|
| MpmInfoMessageEventHandler | The method that will handle the InfoMessage event of an MpmConnection. |
| MpmRowUpdatedEventHandler | The method that will handle the RowUpdated event of an MpmDataAdapter. |
| MpmRowUpdatingEventHandler | The method that will handle the RowUpdating event of an MpmDataAdapter. |
| Enumeration | Description |
|---|---|
| MpmType | MpmType enumeration. Used for the data type of a field, a property, or a Parameter object of the Mimer Provider Manager. |