EntityDataSourceSelectedEventArgs.TotalRowCount Property

Definition

Gets the total number of objects returned by the query.

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 objects returned.

Applies to