次の方法で共有


SelectResult.TotalRowCount プロパティ

定義

結果内の行の合計数を取得します。

public:
 property int TotalRowCount { int get(); };
public int TotalRowCount { get; }
member this.TotalRowCount : int
Public ReadOnly Property TotalRowCount As Integer

プロパティ値

Int32

結果内の行の合計数。

適用対象