Share via


PageResult(Uri, Nullable<Int64>) Constructor

Definition

Initializes a new instance of the PageResult class.

protected PageResult (Uri nextPageLink, long? count);
new Microsoft.AspNet.OData.PageResult : Uri * Nullable<int64> -> Microsoft.AspNet.OData.PageResult
Protected Sub New (nextPageLink As Uri, count As Nullable(Of Long))

Parameters

nextPageLink
Uri

The link for the next page of items in the feed.

count
Nullable<Int64>

The total count of items in the feed.

Applies to