다음을 통해 공유


SiteMapDataSourceView.ExecuteSelect(DataSourceSelectArguments) 메서드

정의

현재 사용자의 사이트 탐색 구조를 나타내는 SiteMapNode 개체의 컬렉션을 가져옵니다.

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

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

반환

현재 사용자의 사이트 탐색 구조를 나타내는 SiteMapNodeCollection입니다.

예외

Select(DataSourceSelectArguments)에 전달된 arguments는 검색된 데이터를 페이징 또는 정렬할 수 있도록 데이터 검색 중에 데이터 소스가 일부 추가 작업을 수행해야 하지만 데이터 소스 제어가 필요한 기능을 지원하지 않음을 나타냅니다.

설명

합니다 SiteMapDataSourceView 클래스는 상속 된 구현 ExecuteSelect 현재 ASP.NET 애플리케이션에 대 한 사이트 탐색 구조를 나타내는 노드 집합을 검색 하는 방법입니다. 페이지 개발자와 데이터 바인딩된 컨트롤 작성자를 호출 하지 마십시오 합니다 ExecuteSelect 메서드 대신; 직접 사용 하 여 공개적으로 노출 된 Select 메서드.

적용 대상

추가 정보