# C1.DataConnector.AdoNet.C1CommandBuilderBase-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_AdoNet_C1CommandBuilderBase_1" data-uid="C1.DataConnector.AdoNet.C1CommandBuilderBase`1" class="text-break">C1CommandBuilderBase&lt;TCommandBuilderImpl&gt; 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"><span class="xref">C1CommandBuilderBase&lt;TCommandBuilderImpl&gt;</span></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.AdoNet.CSV.C1CSVCommandBuilder.html">C1CSVCommandBuilder</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.D365S/C1.AdoNet.D365S.C1D365SCommandBuilder.html">C1D365SCommandBuilder</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.GoogleAnalytics/C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsCommandBuilder.html">C1GoogleAnalyticsCommandBuilder</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.Json/C1.AdoNet.Json.C1JsonCommandBuilder.html">C1JsonCommandBuilder</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.Kintone/C1.AdoNet.Kintone.C1KintoneCommandBuilder.html">C1KintoneCommandBuilder</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.Magento/C1.AdoNet.Magento.C1MagentoCommandBuilder.html">C1MagentoCommandBuilder</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.OData/C1.AdoNet.OData.C1ODataCommandBuilder.html">C1ODataCommandBuilder</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.QuickBooksOnline/C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineCommandBuilder.html">C1QuickBooksOnlineCommandBuilder</a></div>
      <div class="level6"><a class="xref" href="C1.AdoNet.Salesforce.C1SalesforceCommandBuilder.html">C1SalesforceCommandBuilder</a></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.DataConnector.AdoNet.html">C1.DataConnector.AdoNet</a></h6>
  <h6><strong>Assembly</strong>: C1.AdoNet.Salesforce.dll</h6>
  <h5 id="C1_DataConnector_AdoNet_C1CommandBuilderBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1CommandBuilderBase&lt;TCommandBuilderImpl&gt; : C1CommandBuilderBase, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1CommandBuilderBase(Of TCommandBuilderImpl)
    Inherits C1CommandBuilderBase
    Implements IComponent, IDisposable</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TCommandBuilderImpl</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_DataConnector_AdoNet_C1CommandBuilderBase_1__ctor" data-uid="C1.DataConnector.AdoNet.C1CommandBuilderBase`1.#ctor">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1CommandBuilderBase-1.-ctor.html#C1_DataConnector_AdoNet_C1CommandBuilderBase_1__ctor">C1CommandBuilderBase()</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.CSV/C1.DataConnector.AdoNet.C1CommandBuilderBase.html">C1CommandBuilderBase</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_AdoNet_C1CommandBuilderBase_1__ctor_C1_DataConnector_AdoNet_C1DataAdapterBase_" data-uid="C1.DataConnector.AdoNet.C1CommandBuilderBase`1.#ctor(C1.DataConnector.AdoNet.C1DataAdapterBase)">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1CommandBuilderBase-1.-ctor.html#C1_DataConnector_AdoNet_C1CommandBuilderBase_1__ctor_C1_DataConnector_AdoNet_C1DataAdapterBase_">C1CommandBuilderBase(C1DataAdapterBase)</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.CSV/C1.DataConnector.AdoNet.C1CommandBuilderBase.html">C1CommandBuilderBase</a> class
receive a <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase.html">C1DataAdapterBase</a> as input parameter.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
