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" 文を実行するのと同じです。