LinqDataSourceView.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

Objekt, který se používá k vyžádání operací s daty nad rámec základního načtení dat.

Návraty

IEnumerable

Seznam datových objektů nebo řádků

Platí pro

Viz také