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

결과의 목록입니다.

적용 대상