DatasetTable.RowCount Property

Gets the total number of rows in the DatasetTable.
<ID("RowCount", (int)e.RowCount)> _ 
<EditorBrowsable(EditorBrowsableState.Advanced)> _ 
Public Property RowCount() As Integer 
Get 
This language is not supported or no code example is available.
[ID("RowCount", (int)e.RowCount)] 
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public int RowCount {get;}
This language is not supported or no code example is available.

Property Value

int

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition