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

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

반품

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

적용 대상