SkipTokenHandler Class

Definition

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

Applies to