QueryableDataSourceView.ExecuteSelect(DataSourceSelectArguments) Метод

Определение

Выполняет операцию извлечения данных.

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

Результат запрошенной операции.

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