dotConnect for Magento Documentation
Inheritance Hierarchy
In This Topic
    Devart.Data.Magento Namespace
    In This Topic
    Classes
     ClassDescription
    ClassRepresents a SQL statement or stored procedure to execute against Magento.
    ClassAutomatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the Magento.
    ClassRepresents an open connection to Magento.
    ClassGenerates automatically connection strings used to connect to Magento.
    ClassRepresents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a Magento data.
    ClassReads a forward-only stream of rows from Magento.
    ClassThe exception that is generated when Magento returns an error.
    ClassEnumerates collection names you can use for metadata retrieval purposes.
    ClassMonitors dynamic SQL execution in applications that use dotConnect for Magento.
    ClassRepresents a parameter to a MagentoCommand, and optionally, its mapping to System.Data.DataSet columns.
    ClassCollects all parameters relevant to a MagentoCommand as well as their respective mappings to System.Data.DataSet columns.
    ClassRepresents a factory required to create inheritors of generic base classes to use with dotConnect for Magento.
    ClassProvides data for the MagentoDataAdapter.RowUpdated event.
    ClassProvides data for the MagentoDataAdapter.RowUpdating event. This class cannot be inherited.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the MagentoDataAdapter.RowUpdated event of an MagentoDataAdapter.
    DelegateRepresents the method that will handle the MagentoDataAdapter.RowUpdating event of an MagentoDataAdapter.
    Enumerations
     EnumerationDescription
    EnumerationDetermines the version of Magento to connect to: 1.x or 2.0.
    See Also