다음을 통해 공유


QueryableDataSourceView.ExecutePaging(IQueryable, QueryContext) 메서드

정의

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

사용할 데이터 컨텍스트입니다.

반환

IQueryable

데이터 개체의 데이터 페이지 수입니다.

적용 대상