Count Property
Summary
Gets the number of rows in the table.
Syntax
[DebuggerNonUserCodeAttribute()]
public int Count { get; }
<DebuggerNonUserCodeAttribute()>
Public ReadOnly Property Count() As Integer
Get
public:
[DebuggerNonUserCodeAttribute]
property int Count
{
int get()
}
Property Value
The number of rows in the table.