共用方式為


ObjectDataSourceView.Select(DataSourceSelectArguments) 方法

定義

藉由呼叫由 TypeName 屬性所識別的方法並傳遞 SelectMethod 集合中的任何值,可以從 SelectParameters 屬性所識別的物件中擷取值。

public:
 System::Collections::IEnumerable ^ Select(System::Web::UI::DataSourceSelectArguments ^ arguments);
public System.Collections.IEnumerable Select (System.Web.UI.DataSourceSelectArguments arguments);
override this.Select : System.Web.UI.DataSourceSelectArguments -> System.Collections.IEnumerable
Public Function Select (arguments As DataSourceSelectArguments) As IEnumerable

參數

arguments
DataSourceSelectArguments

DataSourceSelectArguments,用於針對資料要求基本資料擷取以外的作業。

傳回

IEnumerable

資料列的 IEnumerable 清單。 如需詳細資訊,請參閱SelectMethod

例外狀況

傳遞給 Select(DataSourceSelectArguments) 方法的 arguments 指定資料來源應在擷取資料時執行一些額外工作,以透過擷取的資料啟用分頁或排序,但是資料來源控制項不支援所要求的功能。

備註

方法會 Select 呼叫 ExecuteSelect 傳遞 arguments 參數的 。

適用於

另請參閱