DefaultSkipTokenHandler Class
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.
Default implementation of SkipTokenHandler for the service.
public class DefaultSkipTokenHandler : Microsoft.AspNet.OData.Query.SkipTokenHandler
type DefaultSkipTokenHandler = class
inherit SkipTokenHandler
Public Class DefaultSkipTokenHandler
Inherits SkipTokenHandler
- Inheritance
Constructors
DefaultSkipTokenHandler() |
Methods
ApplyTo(IQueryable, SkipTokenQueryOption) |
Apply the $skiptoken query to the given IQueryable. |
ApplyTo<T>(IQueryable<T>, SkipTokenQueryOption) |
Apply the $skiptoken query to the given IQueryable. |
GenerateNextPageLink(Uri, Int32, Object, ODataSerializerContext) |
Returns the URI for NextPageLink |