PageResult(Uri, Nullable<Int64>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.