SkipTokenQueryOption Class

Definition

This defines a $skiptoken OData query option for querying.

public class SkipTokenQueryOption
type SkipTokenQueryOption = class
Public Class SkipTokenQueryOption
Inheritance
SkipTokenQueryOption

Constructors

SkipTokenQueryOption(String, ODataQueryContext, ODataQueryOptionParser)

Initialize a new instance of SkipQueryOption based on the raw $skiptoken value and an EdmModel from ODataQueryContext.

Properties

Context

Gets and sets the given ODataQueryContext.

QueryOptions

Gets or sets the QueryOptions

QuerySettings

Gets or sets the query setting

RawValue

Gets the raw $skiptoken value.

Validator

Gets or sets the SkipToken Query Validator.

Methods

ApplyTo(IQueryable, ODataQuerySettings, ODataQueryOptions)

Apply the $skiptoken query to the given IQueryable.

ApplyTo<T>(IQueryable<T>, ODataQuerySettings, ODataQueryOptions)

Apply the $skiptoken query to the given IQueryable.

Validate(ODataValidationSettings)

Validate the skiptoken query based on the given validationSettings. It throws an ODataException if validation failed.

Applies to