QueryableDataSourceView.ExecuteSelect(DataSourceSelectArguments) Metoda

Definice

Provede operaci načítání dat.

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

Parametry

arguments
DataSourceSelectArguments

Kolekce objektů, které se používají k vyžádání operací s daty nad rámec základních načtení dat.

Návraty

IEnumerable

Výsledek požadované operace.

Platí pro