SkipTokenHandler 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.
Represents how NextLink for paging is generated.
public abstract class SkipTokenHandler
type SkipTokenHandler = class
Public MustInherit Class SkipTokenHandler
- Inheritance
-
SkipTokenHandler
- Derived
Constructors
SkipTokenHandler() |
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 |