SelectResult(Int32, IEnumerable) Oluşturucu

Tanım

SelectResult sınıfının yeni bir örneğini başlatır.

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)

Parametreler

totalRowCount
Int32

Sonuç içindeki toplam satır sayısı.

results
IEnumerable

Sonuçların listesi.

Şunlara uygulanır