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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_DataConnector_AdoNet_C1DataAdapterBase_1_UpdateCommand_" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase`1.UpdateCommand*">UpdateCommand Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_DataConnector_AdoNet_C1DataAdapterBase_1_UpdateCommand_" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase`1.UpdateCommand*"></a>
<h4 id="C1_DataConnector_AdoNet_C1DataAdapterBase_1_UpdateCommand" data-uid="C1.DataConnector.AdoNet.C1DataAdapterBase`1.UpdateCommand">UpdateCommand</h4>
<div class="markdown level1 summary"><p>Gets or sets an SQL statement used to update records in the data source.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TCommandImpl UpdateCommand { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property UpdateCommand As TCommandImpl</code></pre>
</div>
</div>
