ObjectDataSourceView.Select(DataSourceSelectArguments) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
藉由呼叫由 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 清單。 如需詳細資訊,請參閱SelectMethod。
例外狀況
傳遞給 Select(DataSourceSelectArguments) 方法的 arguments
指定資料來源應在擷取資料時執行一些額外工作,以透過擷取的資料啟用分頁或排序,但是資料來源控制項不支援所要求的功能。
備註
方法會 Select 呼叫 ExecuteSelect 傳遞 arguments
參數的 。