Gets the number of rows in the table.
public virtual ul_u_long GetRowCount(ul_u_long threshold)
threshold The limit on the number of rows to count. Zero indicates no limit.
The number of rows in the table.
This method is equivalent to executing "SELECT COUNT(*) FROM table".