SelectResult(Int32, IEnumerable) Constructor

Definition

Initializes a new instance of the SelectResult class.

public:
 SelectResult(int totalRowCount, System::Collections::IEnumerable ^ results);
public SelectResult (int totalRowCount, System.Collections.IEnumerable results);
new System.Web.UI.WebControls.SelectResult : int * System.Collections.IEnumerable -> System.Web.UI.WebControls.SelectResult
Public Sub New (totalRowCount As Integer, results As IEnumerable)

Parameters

totalRowCount
Int32

The total number of rows in the result.

results
IEnumerable

The list of results.

Applies to