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. Set to 0 to indicate no limit.
The number of rows in the table.
This method is equivalent to executing the "SELECT COUNT(*) FROM table" statement.