GetRowCount

Gets the number of DataRows in the DataTable.

Syntax

public int getRowCount() 

Parameters

  • None

Results

Returns the number of DataRows in the DataTable.

Example

int rowCount = dataTable.getRowCount();