LinqDataSourceView.ExecuteSelect(DataSourceSelectArguments) Metodo

Definizione

Esegue un'operazione di recupero dati.

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

Parametri

arguments
DataSourceSelectArguments

Oggetto utilizzato per richiedere operazioni sui dati oltre il recupero dei dati di base.

Restituisce

IEnumerable

Elenco di righe o oggetti dati.

Si applica a

Vedi anche