DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoCommandBuilder Class
Members

In This Topic
    C1MagentoCommandBuilder Class
    In This Topic
    Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the associated database. This is an abstract class that can only be inherited.
    Object Model
    C1MagentoCommandBuilder Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1MagentoCommandBuilder 
       Inherits C1.DataConnector.AdoNet.C1CommandBuilderBase(Of C1MagentoCommandBuilder)
    public sealed class C1MagentoCommandBuilder : C1.DataConnector.AdoNet.C1CommandBuilderBase<C1MagentoCommandBuilder> 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbCommandBuilder
                C1.DataConnector.AdoNet.C1CommandBuilderBase
                   C1.DataConnector.AdoNet.C1CommandBuilderBase<TCommandBuilderImpl>
                      C1.AdoNet.Magento.C1MagentoCommandBuilder

    See Also