# C1.DataEngine.IDataList

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataEngine_IDataList" data-uid="C1.DataEngine.IDataList" class="text-break">IDataList Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of rows of a DataEngine table or query.</p>
</div>
  <div class="markdown level0 conceptual"></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_IDataList_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDataList : IDataReader, IDisposable, IDataRecord, ITypedList, IBindingListView, IBindingList, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDataList
    Inherits IDataReader, IDisposable, IDataRecord, ITypedList, IBindingListView, IBindingList, IList, ICollection, IEnumerable</code></pre>
  </div>
  <h5 id="C1_DataEngine_IDataList_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This collection can be used both for getting data programmatically and for data binding.</p>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataEngine_IDataList_Size" data-uid="C1.DataEngine.IDataList.Size">
          <a class="xref" href="C1.DataEngine.IDataList.Size.html#C1_DataEngine_IDataList_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Returns number of rows in the table or query.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataEngine_IDataList_ViewLimit" data-uid="C1.DataEngine.IDataList.ViewLimit">
          <a class="xref" href="C1.DataEngine.IDataList.ViewLimit.html#C1_DataEngine_IDataList_ViewLimit">ViewLimit</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies maximum number of rows to include in the collection. If 0 (default), all rows are included.</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_IDataList_GetItem_System_Int64_" data-uid="C1.DataEngine.IDataList.GetItem(System.Int64)">
          <a class="xref" href="C1.DataEngine.IDataList.GetItem.html#C1_DataEngine_IDataList_GetItem_System_Int64_">GetItem(long)</a>
        </td>
        <td class="markdown level1 summary"><p>Collection element (row) access with access to column values in the row through the IDataRecord interface.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
