# C1.DataConnector.AdoNet.C1DataAdapterBase-1.CreateRowUpdatedEvent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_DataConnector_AdoNet_C1DataAdapterBase_1_CreateRowUpdatedEvent_" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase`1.CreateRowUpdatedEvent*">CreateRowUpdatedEvent Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_DataConnector_AdoNet_C1DataAdapterBase_1_CreateRowUpdatedEvent_" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase`1.CreateRowUpdatedEvent*"></a>
<h4 id="C1_DataConnector_AdoNet_C1DataAdapterBase_1_CreateRowUpdatedEvent_System_Data_DataRow_System_Data_IDbCommand_System_Data_StatementType_System_Data_Common_DataTableMapping_" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase`1.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)">CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.rowupdatedeventargs">RowUpdatedEventArgs</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override RowUpdatedEventArgs CreateRowUpdatedEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Function CreateRowUpdatedEvent(dataRow As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping) As RowUpdatedEventArgs</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.datarow">DataRow</a></td>
      <td><span class="parametername">dataRow</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.datarow">DataRow</a> used to update the data source.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idbcommand">IDbCommand</a></td>
      <td><span class="parametername">command</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idbcommand">IDbCommand</a> executed during the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idataadapter.update">Update(DataSet)</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.statementtype">StatementType</a></td>
      <td><span class="parametername">statementType</span></td>
      <td><p>Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.datatablemapping">DataTableMapping</a></td>
      <td><span class="parametername">tableMapping</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.datatablemapping">DataTableMapping</a> object.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.rowupdatedeventargs">RowUpdatedEventArgs</a></td>
      <td><p>A new instance of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.rowupdatedeventargs">RowUpdatedEventArgs</a> class.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbdataadapter.createrowupdatedevent">DbDataAdapter.CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping)</a></div>
</div>
