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

Объект, который используется для операций запроса данных вне пределов извлечения базовых данных.

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

Список объектов или строк данных.

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

См. также раздел