다음을 통해 공유


PageResult<T>(IEnumerable<T>, Uri, Nullable<Int64>) 생성자

정의

서버 구동 페이징이 활성화된 경우 사용된 결과의 하위 집합을 만듭니다.

public PageResult (System.Collections.Generic.IEnumerable<T> items, Uri nextPageLink, long? count);
new Microsoft.AspNet.OData.PageResult<'T> : seq<'T> * Uri * Nullable<int64> -> Microsoft.AspNet.OData.PageResult<'T>
Public Sub New (items As IEnumerable(Of T), nextPageLink As Uri, count As Nullable(Of Long))

매개 변수

items
IEnumerable<T>

이 페이지에서 직렬화되는 일치하는 결과의 하위 집합입니다.

nextPageLink
Uri

일치하는 결과의 다음 페이지에 대한 링크입니다(더 있는 경우).

count
Nullable<Int64>

일치하는 총 결과 수이므로 클라이언트는 서버에서 일치하는 항목 수를 알 수 있습니다.

적용 대상