Share via


EntityDataSourceView.ExecuteSelect(DataSourceSelectArguments) Metodo

Definizione

Esegue un'operazione di selezione.

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

Parametri

arguments
DataSourceSelectArguments

Argomenti dell'operazione Select.

Restituisce

Risultato dell'operazione Select.

Si applica a