ModelDataSourceView.ExecuteSelect(DataSourceSelectArguments) Metodo

Definizione

Esegue un'operazione di selezione utilizzando il SelectMethod metodo .

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

Argomenti dell'operazione di selezione.

Valori restituiti

Risultato dell'operazione di selezione.

Si applica a