# C1.DataEngine.IDataList.GetItem

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_DataEngine_IDataList_GetItem_" data-uid="C1.DataEngine.IDataList.GetItem*">GetItem Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_DataEngine_IDataList_GetItem_" data-uid="C1.DataEngine.IDataList.GetItem*"></a>
<h4 id="C1_DataEngine_IDataList_GetItem_System_Int64_" data-uid="C1.DataEngine.IDataList.GetItem(System.Int64)">GetItem(long)</h4>
<div class="markdown level1 summary"><p>Collection element (row) access with access to column values in the row through the IDataRecord interface.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IDataRecord GetItem(long index)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function GetItem(index As Long) As IDataRecord</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.int64">long</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>The zero-based index of the element (row).</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.idatarecord">IDataRecord</a></td>
      <td><p>Element (row) at the specified index implementing the IDataRecord interface.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
