Class | Description | |
---|---|---|
MagentoCommand | Represents a SQL statement or stored procedure to execute against Magento. | |
MagentoCommandBuilder | Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the Magento. | |
MagentoConnection | Represents an open connection to Magento. | |
MagentoConnectionStringBuilder | Generates automatically connection strings used to connect to Magento. | |
MagentoDataAdapter | Represents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a Magento data. | |
MagentoDataReader | Reads a forward-only stream of rows from Magento. | |
MagentoException | The exception that is generated when Magento returns an error. | |
MagentoMetaDataCollectionNames | Enumerates collection names you can use for metadata retrieval purposes. | |
MagentoMonitor | Monitors dynamic SQL execution in applications that use dotConnect for Magento. | |
MagentoParameter | Represents a parameter to a MagentoCommand, and optionally, its mapping to System.Data.DataSet columns. | |
MagentoParameterCollection | Collects all parameters relevant to a MagentoCommand as well as their respective mappings to System.Data.DataSet columns. | |
MagentoProviderFactory | Represents a factory required to create inheritors of generic base classes to use with dotConnect for Magento. | |
MagentoRowUpdatedEventArgs | Provides data for the MagentoDataAdapter.RowUpdated event. | |
MagentoRowUpdatingEventArgs | Provides data for the MagentoDataAdapter.RowUpdating event. This class cannot be inherited. |