ModelDataSourceView.ExecuteSelect(DataSourceSelectArguments) Metodo

Definizione

Esegue un'operazione Select usando il metodo SelectMethod.

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

Restituisce

IEnumerable

Risultato dell'operazione Select.

Si applica a