[]
Get the row count.
int GetRowCount()
Function GetRowCount() As Integer
The row count.
ITableDataSource dataSource = new ExampleTableDataSource(); int rowCount = dataSource.GetRowCount();