Compartilhar via


EntityDataSourceView.ExecuteSelect(DataSourceSelectArguments) Método

Definição

Executa uma operação de seleção.

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

Parâmetros

arguments
DataSourceSelectArguments

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

Retornos

IEnumerable

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

Aplica-se a