ModelDataSourceView.ExecuteSelect(DataSourceSelectArguments) Метод

Определение

Выполняет операцию выбора с помощью метода 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

Параметры

arguments
DataSourceSelectArguments

Аргументы операции выбора.

Возвращаемое значение

IEnumerable

Результат операции выбора.

Применяется к