SelectResult(Int32, IEnumerable) Konstruktor

Definice

Inicializuje novou instanci SelectResult třídy.

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)

Parametry

totalRowCount
Int32

Celkový počet řádků ve výsledku.

results
IEnumerable

Seznam výsledků

Platí pro