# C1.LiveLinq.AdoNet.IndexedDataTable-1.Count

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_LiveLinq_AdoNet_IndexedDataTable_1_Count_" data-uid="C1.LiveLinq.AdoNet.IndexedDataTable`1.Count*">Count Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_LiveLinq_AdoNet_IndexedDataTable_1_Count_" data-uid="C1.LiveLinq.AdoNet.IndexedDataTable`1.Count*"></a>
<h4 id="C1_LiveLinq_AdoNet_IndexedDataTable_1_Count" data-uid="C1.LiveLinq.AdoNet.IndexedDataTable`1.Count">Count</h4>
<div class="markdown level1 summary"><p>Gets the number of rows in the data table.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Count { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Count As Integer</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.count">ICollection&lt;T&gt;.Count</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection.count">ICollection.Count</a></div>
<h5 id="C1_LiveLinq_AdoNet_IndexedDataTable_1_Count_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property returns the same number of rows as the <b>Count</b> property
of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.datatable">DataTable</a> represented by this <a class="xref" href="C1.LiveLinq.AdoNet.IndexedDataTable-1.html">IndexedDataTable&lt;TRow&gt;</a></p>
</div>
</div>
