SelectResult Constructor (Int32, IEnumerable^)

.NET Framework (current version)
 

Initializes a new instance of the SelectResult class.

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

public:
SelectResult(
	int totalRowCount,
	IEnumerable^ results
)

Parameters

totalRowCount
Type: System::Int32

The total number of rows in the result.

results
Type: System.Collections::IEnumerable^

The list of results.

.NET Framework
Available since 4.6
Return to top
Show: