# C1.DataEngine.ObjectConnector-1.AppendData

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_DataEngine_ObjectConnector_1_AppendData_" data-uid="C1.DataEngine.ObjectConnector`1.AppendData*">AppendData Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_DataEngine_ObjectConnector_1_AppendData_" data-uid="C1.DataEngine.ObjectConnector`1.AppendData*"></a>
<h4 id="C1_DataEngine_ObjectConnector_1_AppendData_System_String_System_Int64_" data-uid="C1.DataEngine.ObjectConnector`1.AppendData(System.String,System.Int64)">AppendData(string, long)</h4>
<div class="markdown level1 summary"><p>Append data to the end of a DataEngine table.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override long AppendData(string tableName, long count = 0)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function AppendData(tableName As String, Optional count As Long = 0) As Long</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.string">string</a></td>
      <td><span class="parametername">tableName</span></td>
      <td><p>The name of the DataEngine table.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></td>
      <td><span class="parametername">count</span></td>
      <td><p>Optional number of rows to import. If count is 0 (default), import all rows.</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.int64">long</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.DataEngine.Connector.AppendData.html#C1_DataEngine_Connector_AppendData_System_String_System_Int64_">Connector.AppendData(string, long)</a></div>
</div>
