C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoDataAdapter Class
Members

C1MagentoDataAdapter Class
Represents a set of data commands and a connection to a data source that are used to fill the System.Data.DataSet and update the data source. This class cannot be inherited.
Object Model
C1MagentoDataAdapter Class
Syntax
'Declaration
 
Public NotInheritable Class C1MagentoDataAdapter 
   Inherits C1.DataConnector.AdoNet.C1DataAdapterBase(Of C1MagentoCommand)
 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Data.Common.DataAdapter
            System.Data.Common.DbDataAdapter
               C1.DataConnector.AdoNet.C1DataAdapterBase
                  C1.DataConnector.AdoNet.C1DataAdapterBase<TCommandImpl>
                     C1.AdoNet.Magento.C1MagentoDataAdapter

See Also