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
사용할 데이터 컨텍스트입니다.
반환
데이터 개체의 데이터 페이지 수입니다.