SkipTokenQueryOption Class
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
Skip |
Initialize a new instance of SkipQueryOption based on the raw $skiptoken value and an EdmModel from ODataQueryContext. |
Context |
Gets the given ODataQueryContext. |
Handler |
Gets the skip token handler. |
Raw |
Gets the raw $skiptoken value. |
Validator |
Gets the SkipToken Query Validator. |
Apply |
Apply the $skiptoken query to the given IQueryable. |
Apply |
Apply the $skiptoken query to the given IQueryable. |
Validate(OData |
Validate the skiptoken query based on the given |
Product | Versions |
---|---|
OData Web API ASP .NET | Core 8.0.0 |