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:
property int TotalRowCount {
	int get();
	private: void set(int value);
}

Property Value

Type: System::Int32

The total number of rows in the result.

.NET Framework
Available since 4.6
Return to top
Show: