Share via


ModelDataSourceView.ExecuteSelect(DataSourceSelectArguments) 메서드

정의

SelectMethod 메서드를 사용하여 선택 작업을 수행합니다.

protected public:
 override System::Collections::IEnumerable ^ ExecuteSelect(System::Web::UI::DataSourceSelectArguments ^ arguments);
protected internal override System.Collections.IEnumerable ExecuteSelect (System.Web.UI.DataSourceSelectArguments arguments);
override this.ExecuteSelect : System.Web.UI.DataSourceSelectArguments -> System.Collections.IEnumerable
Protected Friend Overrides Function ExecuteSelect (arguments As DataSourceSelectArguments) As IEnumerable

매개 변수

arguments
DataSourceSelectArguments

선택 작업 인수입니다.

반환

IEnumerable

선택 작업의 결과입니다.

적용 대상