# C1.DataConnector.AdoNet.C1DataAdapterBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_AdoNet_C1DataAdapterBase" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase" class="text-break">C1DataAdapterBase Class
</h1>
  <div class="markdown level0 summary"><p>The base class for a custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbdataadapter">DbDataAdapter</a></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.dataadapter">DataAdapter</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbdataadapter">DbDataAdapter</a></div>
    <div class="level5"><span class="xref">C1DataAdapterBase</span></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase-1.html">C1DataAdapterBase&lt;TCommandImpl&gt;</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase-1.html">C1DataAdapterBase&lt;TCommandImpl&gt;</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase-1.html">C1DataAdapterBase&lt;TCommandImpl&gt;</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase-1.html">C1DataAdapterBase&lt;TCommandImpl&gt;</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase-1.html">C1DataAdapterBase&lt;TCommandImpl&gt;</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase-1.html">C1DataAdapterBase&lt;TCommandImpl&gt;</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase-1.html">C1DataAdapterBase&lt;TCommandImpl&gt;</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase-1.html">C1DataAdapterBase&lt;TCommandImpl&gt;</a></div>
      <div class="level6"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase-1.html">C1DataAdapterBase&lt;TCommandImpl&gt;</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idbdataadapter">IDbDataAdapter</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idataadapter">IDataAdapter</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</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_C1DataAdapterBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1DataAdapterBase : DbDataAdapter, IComponent, IDisposable, IDbDataAdapter, IDataAdapter, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1DataAdapterBase
    Inherits DbDataAdapter
    Implements IComponent, IDisposable, IDbDataAdapter, IDataAdapter, ICloneable</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_DataConnector_AdoNet_C1DataAdapterBase__ctor_Serilog_ILogger_" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase.#ctor(Serilog.ILogger)">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase.-ctor.html#C1_DataConnector_AdoNet_C1DataAdapterBase__ctor_Serilog_ILogger_">C1DataAdapterBase(ILogger)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a C1DataAdapterBase considering a ILogger</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_C1DataAdapterBase_Logger" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase.Logger">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase.Logger.html#C1_DataConnector_AdoNet_C1DataAdapterBase_Logger">Logger</a>
        </td>
        <td class="markdown level1 summary"><p>The logger containing the relevant messages happening during the execution of methods of this class</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_C1DataAdapterBase_OnRowUpdated_System_Data_Common_RowUpdatedEventArgs_" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase.OnRowUpdated.html#C1_DataConnector_AdoNet_C1DataAdapterBase_OnRowUpdated_System_Data_Common_RowUpdatedEventArgs_">OnRowUpdated(RowUpdatedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the RowUpdated event of a data provider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_AdoNet_C1DataAdapterBase_OnRowUpdating_System_Data_Common_RowUpdatingEventArgs_" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase.OnRowUpdating.html#C1_DataConnector_AdoNet_C1DataAdapterBase_OnRowUpdating_System_Data_Common_RowUpdatingEventArgs_">OnRowUpdating(RowUpdatingEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the RowUpdating event of a data provider.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_C1DataAdapterBase_RowUpdated" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase.RowUpdated">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase.RowUpdated.html">RowUpdated</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when a row finishes updating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_AdoNet_C1DataAdapterBase_RowUpdating" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase.RowUpdating">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataAdapterBase.RowUpdating.html">RowUpdating</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when a row begins updating.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
