QueryableDataSourceView.ExecuteSelect(DataSourceSelectArguments) Method

Definition

Performs a data-retrieval operation.

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

Parameters

arguments
DataSourceSelectArguments

A collection of objects that are used to request operations on the data beyond basic data retrieval.

Returns

The result of the requested operation.

Applies to