Share via


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

用於針對基本資料擷取以外的資料之要求作業的物件。

傳回

資料物件或資料列的清單。

適用於

另請參閱