# C1.DataConnector.AdoNet.C1CommandBase-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_AdoNet_C1CommandBase_1" data-uid="C1.DataConnector.AdoNet.C1CommandBase`1" class="text-break">C1CommandBase&lt;TCommandImpl&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The generic version of the command base class used by all C1DataConnector.AdoNet providers.</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.dbcommand">DbCommand</a></div>
    <div class="level4"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1CommandBase.html">C1CommandBase</a></div>
    <div class="level5"><span class="xref">C1CommandBase&lt;TCommandImpl&gt;</span></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.AdoNet.CSV.C1CSVCommand.html">C1CSVCommand</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.GoogleAnalytics/C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsCommand.html">C1GoogleAnalyticsCommand</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.Json/C1.AdoNet.Json.C1JsonCommand.html">C1JsonCommand</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.Kintone/C1.AdoNet.Kintone.C1KintoneCommand.html">C1KintoneCommand</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.Magento/C1.AdoNet.Magento.C1MagentoCommand.html">C1MagentoCommand</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.OData/C1.AdoNet.OData.C1ODataCommand.html">C1ODataCommand</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.QuickBooksOnline/C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineCommand.html">C1QuickBooksOnlineCommand</a></div>
      <div class="level6"><a class="xref" href="C1.AdoNet.Salesforce.C1SalesforceCommand.html">C1SalesforceCommand</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.data.idbcommand">IDbCommand</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iasyncdisposable">IAsyncDisposable</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_C1CommandBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1CommandBase&lt;TCommandImpl&gt; : C1CommandBase, IComponent, IDbCommand, IDisposable, IAsyncDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1CommandBase(Of TCommandImpl)
    Inherits C1CommandBase
    Implements IComponent, IDbCommand, IDisposable, IAsyncDisposable</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">TCommandImpl</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_C1CommandBase_1__ctor" data-uid="C1.DataConnector.AdoNet.C1CommandBase`1.#ctor">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1CommandBase-1.-ctor.html#C1_DataConnector_AdoNet_C1CommandBase_1__ctor">C1CommandBase()</a>
        </td>
        <td class="markdown level1 summary"><p>The default empty constructor of <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1CommandBase.html">C1CommandBase</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
