Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取表中的行数。
public virtual ul_u_long GetRowCount(ul_u_long threshold)
threshold 对要计数的行数的限制。设置为 0 以表示无限制。
表中的行数。
此方法等效于执行 "SELECT COUNT(*) FROM table" 语句。