SelectResult.TotalRowCount Property

.NET Framework (current version)
 

Gets the total number of rows in the result.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public int TotalRowCount { get; private set; }

Property Value

Type: System.Int32

The total number of rows in the result.

.NET Framework
Available since 4.6
Return to top
Show: