Returns the number of rows in the dataset collection.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property RowCount() As Integer |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property int get_RowCount(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public int getRowCount(); |
| [Python - STK API] |
|---|
@property def RowCount(self) -> int: |





