# C1.DataConnector.AdoNet.C1RowUpdatingEventArgs-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_AdoNet_C1RowUpdatingEventArgs_1" data-uid="C1.DataConnector.AdoNet.C1RowUpdatingEventArgs`1" class="text-break">C1RowUpdatingEventArgs&lt;TCommandImpl&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Provides the data for the RowUpdating event of a data provider.</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.eventargs">EventArgs</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.rowupdatingeventargs">RowUpdatingEventArgs</a></div>
    <div class="level3"><span class="xref">C1RowUpdatingEventArgs&lt;TCommandImpl&gt;</span></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_C1RowUpdatingEventArgs_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class C1RowUpdatingEventArgs&lt;TCommandImpl&gt; : RowUpdatingEventArgs where TCommandImpl : DbCommand</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class C1RowUpdatingEventArgs(Of TCommandImpl As DbCommand)
    Inherits RowUpdatingEventArgs</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_C1RowUpdatingEventArgs_1__ctor_System_Data_DataRow_System_Data_IDbCommand_System_Data_StatementType_System_Data_Common_DataTableMapping_" data-uid="C1.DataConnector.AdoNet.C1RowUpdatingEventArgs`1.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1RowUpdatingEventArgs-1.-ctor.html#C1_DataConnector_AdoNet_C1RowUpdatingEventArgs_1__ctor_System_Data_DataRow_System_Data_IDbCommand_System_Data_StatementType_System_Data_Common_DataTableMapping_">C1RowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1RowUpdatingEventArgs-1.html">C1RowUpdatingEventArgs&lt;TCommandImpl&gt;</a> class.</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_C1RowUpdatingEventArgs_1_BaseCommand" data-uid="C1.DataConnector.AdoNet.C1RowUpdatingEventArgs`1.BaseCommand">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1RowUpdatingEventArgs-1.BaseCommand.html#C1_DataConnector_AdoNet_C1RowUpdatingEventArgs_1_BaseCommand">BaseCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idbcommand">IDbCommand</a> object for an instance of this class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_AdoNet_C1RowUpdatingEventArgs_1_Command" data-uid="C1.DataConnector.AdoNet.C1RowUpdatingEventArgs`1.Command">
          <a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1RowUpdatingEventArgs-1.Command.html#C1_DataConnector_AdoNet_C1RowUpdatingEventArgs_1_Command">Command</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <code class="typeparamref">TCommandImpl</code> to execute during the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbdataadapter.update#system-data-common-dbdataadapter-update(system-data-dataset)">Update(DataSet)</a> operation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
