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

select 연산 인수입니다.

반품

선택 작업의 결과입니다.

적용 대상