SelectResult.TotalRowCount Property

Definition

Gets the total number of rows in the result.

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

Property Value

The total number of rows in the result.

Applies to