# C1.DataEngine.ObjectConnector-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataEngine_ObjectConnector_1" data-uid="C1.DataEngine.ObjectConnector`1" class="text-break">ObjectConnector&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Connector for importing data to a DataEngine table from an arbitrary IEnumerable.</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="C1.DataEngine.Connector.html">Connector</a></div>
    <div class="level2"><span class="xref">ObjectConnector&lt;T&gt;</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataEngine.html">C1.DataEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.DataEngine.dll</h6>
  <h5 id="C1_DataEngine_ObjectConnector_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ObjectConnector&lt;T&gt; : Connector</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ObjectConnector(Of T)
    Inherits Connector</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">T</span></td>
        <td><p>The type of the elements of IEnumerable.</p>
</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_DataEngine_ObjectConnector_1__ctor_C1_DataEngine_Workspace_System_Collections_Generic_IEnumerable__0__" data-uid="C1.DataEngine.ObjectConnector`1.#ctor(C1.DataEngine.Workspace,System.Collections.Generic.IEnumerable{`0})">
          <a class="xref" href="C1.DataEngine.ObjectConnector-1.-ctor.html#C1_DataEngine_ObjectConnector_1__ctor_C1_DataEngine_Workspace_System_Collections_Generic_IEnumerable__0__">ObjectConnector(Workspace, IEnumerable&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the ObjectConnector 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_DataEngine_ObjectConnector_1_AddNewColumns_System_String_System_Int64_" data-uid="C1.DataEngine.ObjectConnector`1.AddNewColumns(System.String,System.Int64)">
          <a class="xref" href="C1.DataEngine.ObjectConnector-1.AddNewColumns.html#C1_DataEngine_ObjectConnector_1_AddNewColumns_System_String_System_Int64_">AddNewColumns(string, long)</a>
        </td>
        <td class="markdown level1 summary"><p>Add new columns to an existing DataEngine table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataEngine_ObjectConnector_1_AppendData_System_String_System_Int64_" data-uid="C1.DataEngine.ObjectConnector`1.AppendData(System.String,System.Int64)">
          <a class="xref" href="C1.DataEngine.ObjectConnector-1.AppendData.html#C1_DataEngine_ObjectConnector_1_AppendData_System_String_System_Int64_">AppendData(string, long)</a>
        </td>
        <td class="markdown level1 summary"><p>Append data to the end of a DataEngine table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataEngine_ObjectConnector_1_GetData_System_String_System_Int64_" data-uid="C1.DataEngine.ObjectConnector`1.GetData(System.String,System.Int64)">
          <a class="xref" href="C1.DataEngine.ObjectConnector-1.GetData.html#C1_DataEngine_ObjectConnector_1_GetData_System_String_System_Int64_">GetData(string, long)</a>
        </td>
        <td class="markdown level1 summary"><p>Import data to a DataEngine table.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
