ObjectDataSourceView.Select(DataSourceSelectArguments) 메서드

정의

TypeName 속성으로 식별되는 메서드를 호출하고 SelectMethod 컬렉션의 값을 전달하여 SelectParameters 속성으로 식별되는 개체로부터 데이터를 검색합니다.

public:
 System::Collections::IEnumerable ^ Select(System::Web::UI::DataSourceSelectArguments ^ arguments);
public System.Collections.IEnumerable Select (System.Web.UI.DataSourceSelectArguments arguments);
override this.Select : System.Web.UI.DataSourceSelectArguments -> System.Collections.IEnumerable
Public Function Select (arguments As DataSourceSelectArguments) As IEnumerable

매개 변수

arguments
DataSourceSelectArguments

데이터에 대해 기본 데이터 검색 이상의 작업을 요청하는 데 사용되는 DataSourceSelectArguments입니다.

반환

IEnumerable

데이터 행의 IEnumerable 목록입니다. 자세한 내용은 SelectMethod를 참조하세요.

예외

Select(DataSourceSelectArguments) 메서드에 전달된 arguments는 검색된 데이터를 페이징 또는 정렬할 수 있도록 데이터 검색 중에 데이터 소스가 일부 추가 작업을 수행해야 하지만 데이터 소스 컨트롤이 필요한 기능을 지원하지 않음을 나타내는 경우

설명

Select 메서드 호출을 ExecuteSelect 전달의 arguments 매개 변수입니다.

적용 대상

추가 정보