# C1.DataConnector.AdoNet.C1ConnectionBase-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_AdoNet_C1ConnectionBase_1" data-uid="C1.DataConnector.AdoNet.C1ConnectionBase`1" class="text-break">C1ConnectionBase&lt;TConnectionImpl&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The generic version of the connection base class for 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.dbconnection">DbConnection</a></div>
    <div class="level4"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1ConnectionBase.html">C1ConnectionBase</a></div>
    <div class="level5"><span class="xref">C1ConnectionBase&lt;TConnectionImpl&gt;</span></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.AdoNet.CSV.C1CSVConnection.html">C1CSVConnection</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.GoogleAnalytics/C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsConnection.html">C1GoogleAnalyticsConnection</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.Json/C1.AdoNet.Json.C1JsonConnection.html">C1JsonConnection</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.Kintone/C1.AdoNet.Kintone.C1KintoneConnection.html">C1KintoneConnection</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.Magento/C1.AdoNet.Magento.C1MagentoConnection.html">C1MagentoConnection</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.OData/C1.AdoNet.OData.C1ODataConnection.html">C1ODataConnection</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.QuickBooksOnline/C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineConnection.html">C1QuickBooksOnlineConnection</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.Salesforce/C1.AdoNet.Salesforce.C1SalesforceConnection.html">C1SalesforceConnection</a></div>
      <div class="level6"><a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowConnection.html">C1ServiceNowConnection</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.idbconnection">IDbConnection</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.ServiceNow.dll</h6>
  <h5 id="C1_DataConnector_AdoNet_C1ConnectionBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1ConnectionBase&lt;TConnectionImpl&gt; : C1ConnectionBase, IComponent, IDbConnection, IDisposable, IAsyncDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1ConnectionBase(Of TConnectionImpl)
    Inherits C1ConnectionBase
    Implements IComponent, IDbConnection, 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">TConnectionImpl</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_C1ConnectionBase_1__ctor_C1_DataConnector_C1ConnectionStringBuilder_" data-uid="C1.DataConnector.AdoNet.C1ConnectionBase`1.#ctor(C1.DataConnector.C1ConnectionStringBuilder)">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1ConnectionBase-1.-ctor.html#C1_DataConnector_AdoNet_C1ConnectionBase_1__ctor_C1_DataConnector_C1ConnectionStringBuilder_">C1ConnectionBase(C1ConnectionStringBuilder)</a>
        </td>
        <td class="markdown level1 summary"><p>Initiates a new C1ConnectionBase using a C1.DataConnector.AdoNet.C1ConnectionStringBuilder</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
