GetRowCount

Gets the number of the DataRows in this DataTable.

Syntax

int getRowCount() 

Results

Returns the number of the DataRows in this DataTable.

Example

int	rowCount = dataTable->getRowCount();