Returns the number of rows in the dataset collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property RowCount() As Integer |
[C#] |
---|
public int RowCount {get;} |
[Managed C++] |
---|
public: __property int get_RowCount(); |
[Unmanaged C++] |
---|
public: HRESULT get_RowCount( long * pRetVal ); |
[Java] |
---|
public int getRowCount(); |