Gets the number of rows in the data table.

Namespace:  C1.LiveLinq.AdoNet
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public int Count { get; }
Visual Basic
Public ReadOnly Property Count As Integer
	Get

Implements

ICollection<(Of <(<'T>)>)>..::..Count

Remarks

This property returns the same number of rows as the Count property of the DataTable represented by this IndexedDataTable<(Of <(<'TRow>)>)>

See Also