SiteMapDataSourceView.Select(DataSourceSelectArguments) Metoda

Definicja

Pobiera kolekcję SiteMapNode obiektów reprezentujących strukturę nawigacji witryny dla bieżącego użytkownika.

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

Parametry

arguments
DataSourceSelectArguments

DataSourceSelectArguments, Który jest używany do żądania operacji na danych poza podstawowe pobieranie danych.

Zwraca

IEnumerable

SiteMapNodeCollectionReprezentuje strukturę nawigacji witryny dla bieżącego użytkownika.

Wyjątki

argumentsPrzesłany do Select(DataSourceSelectArguments) Określ, że źródło danych ma wykonywać pewne dodatkowe prace podczas pobierania danych w celu włączenia stronicowania lub sortowania przez pobrane dane, ale kontrola źródła danych nie obsługuje żądanej możliwości.

Uwagi

SelectMetoda wywołuje ExecuteSelect metodę, przekazując arguments parametr. SelectMetoda jest używana przez kontrolowanie deweloperów, ale nie jest używana przez deweloperów stron ani w kodzie strony.

Dotyczy

Zobacz też