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

适用于

另请参阅