SelectResult(Int32, IEnumerable) コンストラクター

定義

SelectResult クラスの新しいインスタンスを初期化します。

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)

パラメーター

totalRowCount
Int32

結果内の行の合計数。

results
IEnumerable

結果の一覧。

適用対象