SkipQueryOption 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 $skip OData query option for querying.
public class SkipQueryOption
type SkipQueryOption = class
Public Class SkipQueryOption
- Inheritance
-
SkipQueryOption
Constructors
SkipQueryOption(String, ODataQueryContext, ODataQueryOptionParser) |
Initialize a new instance of SkipQueryOption based on the raw $skip value and an EdmModel from ODataQueryContext. |
Properties
Context |
Gets the given ODataQueryContext. |
RawValue |
Gets the raw $skip value. |
Validator |
Gets or sets the Skip Query Validator. |
Value |
Gets the value of the $skip as a parsed integer. |
Methods
ApplyTo(IQueryable, ODataQuerySettings) |
Apply the $skip query to the given IQueryable. |
ApplyTo<T>(IQueryable<T>, ODataQuerySettings) |
Apply the $skip query to the given IQueryable. |
Validate(ODataValidationSettings) |
Validate the skip query based on the given |