# C1.AdoNet.Magento.C1MagentoCommandBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_AdoNet_Magento_C1MagentoCommandBuilder" data-uid="C1.AdoNet.Magento.C1MagentoCommandBuilder" class="text-break">C1MagentoCommandBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Automatically generates single-table commands used to reconcile changes made
to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.dataset">DataSet</a> with the associated database. This is an abstract class
that can only be inherited.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbcommandbuilder">DbCommandBuilder</a></div>
    <div class="level4"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1CommandBuilderBase.html">C1CommandBuilderBase</a></div>
    <div class="level5"><a class="xref" href="C1.DataConnector.AdoNet.C1CommandBuilderBase-1.html">C1CommandBuilderBase</a>&lt;<a class="xref" href="C1.AdoNet.Magento.C1MagentoCommandBuilder.html">C1MagentoCommandBuilder</a>&gt;</div>
    <div class="level6"><span class="xref">C1MagentoCommandBuilder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.AdoNet.Magento.html">C1.AdoNet.Magento</a></h6>
  <h6><strong>Assembly</strong>: C1.AdoNet.Magento.dll</h6>
  <h5 id="C1_AdoNet_Magento_C1MagentoCommandBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class C1MagentoCommandBuilder : C1CommandBuilderBase&lt;C1MagentoCommandBuilder&gt;, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class C1MagentoCommandBuilder
    Inherits C1CommandBuilderBase(Of C1MagentoCommandBuilder)
    Implements IComponent, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_AdoNet_Magento_C1MagentoCommandBuilder__ctor" data-uid="C1.AdoNet.Magento.C1MagentoCommandBuilder.#ctor">
          <a class="xref" href="C1.AdoNet.Magento.C1MagentoCommandBuilder.-ctor.html#C1_AdoNet_Magento_C1MagentoCommandBuilder__ctor">C1MagentoCommandBuilder()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a class that inherits from the <a class="xref" href="C1.AdoNet.Magento.C1MagentoCommandBuilder.html">C1MagentoCommandBuilder</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_Magento_C1MagentoCommandBuilder__ctor_C1_AdoNet_Magento_C1MagentoDataAdapter_" data-uid="C1.AdoNet.Magento.C1MagentoCommandBuilder.#ctor(C1.AdoNet.Magento.C1MagentoDataAdapter)">
          <a class="xref" href="C1.AdoNet.Magento.C1MagentoCommandBuilder.-ctor.html#C1_AdoNet_Magento_C1MagentoCommandBuilder__ctor_C1_AdoNet_Magento_C1MagentoDataAdapter_">C1MagentoCommandBuilder(C1MagentoDataAdapter)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a class that inherits from the <a class="xref" href="C1.AdoNet.Magento.C1MagentoCommandBuilder.html">C1MagentoCommandBuilder</a> class
receive a <a class="xref" href="C1.AdoNet.Magento.C1MagentoDataAdapter.html">C1MagentoDataAdapter</a> as input parameter.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
