SkipTokenQueryOption 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.
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 |