QueryableDataSourceView.BuildQuery(DataSourceSelectArguments) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用資料來源的 Select 引數建立 Select 查詢運算式。
protected:
virtual System::Linq::IQueryable ^ BuildQuery(System::Web::UI::DataSourceSelectArguments ^ arguments);
protected virtual System.Linq.IQueryable BuildQuery (System.Web.UI.DataSourceSelectArguments arguments);
abstract member BuildQuery : System.Web.UI.DataSourceSelectArguments -> System.Linq.IQueryable
override this.BuildQuery : System.Web.UI.DataSourceSelectArguments -> System.Linq.IQueryable
Protected Overridable Function BuildQuery (arguments As DataSourceSelectArguments) As IQueryable
參數
- arguments
- DataSourceSelectArguments
物件,用於要求對資料執行非基本資料擷取的作業。
傳回
資料物件的清單。