SiteMapDataSourceView.ExecuteSelect(DataSourceSelectArguments) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 。