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

所要求作業的結果。

適用於