GetRowCount

この DataTable にある DataRow の数を取得します。

構文

int getRowCount() 

結果

この DataTable にある DataRow の数を返します。

int	rowCount = dataTable->getRowCount();