Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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".