ModelDataSourceView.ExecuteSelect(DataSourceSelectArguments) Método

Definição

Realiza uma operação de seleção usando o SelectMethod método.

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

Parâmetros

arguments
DataSourceSelectArguments

Os argumentos da operação de seleção.

Devoluções

O resultado da operação de seleção.

Aplica-se a