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 System.Data.DataSet or System.Data.DataTable with the associated database server. | |
MimerConnection | This class is used to connect and disconnect from a database server. | |
MimerConnectionStringBuilder | This class is used to construct connection strings for the MimerConnection.ConnectionString property. | |
MimerDataAdapter | Represents a set of data commands that are used to fill a System.Data.DataSet or System.Data.DataTable and subsequently transfer changes from the System.Data.DataSet or System.Data.DataTable back to the database. | |
MimerDataReader | The MimerDataReader provides a way of reading a forward-only stream of data rows from the database server. | |
MimerDataSourceEnumerator | Provides support for enumerating all known Mimer SQL databases on a machine. | |
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. | |
MimerFactory | This class is used to create Mimer specific ADO.NET classes in a provider independent manner. | |
MimerInfoMessageEventArgs | Provides data for the MimerConnection.InfoMessage event. | |
MimerMonitor | This class is used to retrieve SQL statistics from a server. | |
MimerMonitorInstance | An instance of this class holds SQL statistics retrieved from the database server. | |
MimerParameter | Represents a single parameter for the MimerCommand class and optionally, its mapping to a System.Data.DataColumn. | |
MimerParameterCollection | Represents a collection of parameters used by a MimerCommand. | |
MimerRowUpdatedEventArgs | Provides data for the MimerDataAdapter.RowUpdated event. | |
MimerRowUpdatingEventArgs | Provides data for the MimerDataAdapter.RowUpdating event. | |
MimerTransaction | This class represents a transaction active on the current connection. | |
MimerUserDefinedType | Class is used to represent an instance of a structured user defined type value. It handles each component (called attribute in SQL) of the user defined type. |