QueryableDataSourceView.ExecutePaging(IQueryable, QueryContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 QueryContext 物件中的 QueryableDataSource 物件執行分頁。
protected:
System::Linq::IQueryable ^ ExecutePaging(System::Linq::IQueryable ^ source, System::Web::UI::WebControls::QueryContext ^ context);
protected System.Linq.IQueryable ExecutePaging (System.Linq.IQueryable source, System.Web.UI.WebControls.QueryContext context);
member this.ExecutePaging : System.Linq.IQueryable * System.Web.UI.WebControls.QueryContext -> System.Linq.IQueryable
Protected Function ExecutePaging (source As IQueryable, context As QueryContext) As IQueryable
參數
- source
- IQueryable
要使用的資料來源。
- context
- QueryContext
要使用的資料內容。
傳回
資料物件中的資料頁數。