EntityDataSourceView.ExecuteSelect(DataSourceSelectArguments) Metódus

Definíció

Kiválasztási műveletet hajt végre.

protected:
 override System::Collections::IEnumerable ^ ExecuteSelect(System::Web::UI::DataSourceSelectArguments ^ arguments);
protected override System.Collections.IEnumerable ExecuteSelect(System.Web.UI.DataSourceSelectArguments arguments);
override this.ExecuteSelect : System.Web.UI.DataSourceSelectArguments -> System.Collections.IEnumerable
Protected Overrides Function ExecuteSelect (arguments As DataSourceSelectArguments) As IEnumerable

Paraméterek

arguments
DataSourceSelectArguments

A kiválasztási művelet argumentumai.

Válaszok

A kiválasztási művelet eredménye.

A következőre érvényes: