Share via


SkipQueryOption Class

This defines a $skip OData query option for querying.

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Query.SkipQueryOption

Namespace:  System.Web.Http.OData.Query
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Class SkipQueryOption
'Usage
Dim instance As SkipQueryOption
public class SkipQueryOption
public ref class SkipQueryOption
type SkipQueryOption =  class end
public class SkipQueryOption

The SkipQueryOption type exposes the following members.

Constructors

  Name Description
Public method SkipQueryOption Initialize a new instance of SkipQueryOption based on the raw $skip value and an EdmModel from ODataQueryContext .

Top

Properties

  Name Description
Public property Context Gets the given ODataQueryContext .
Public property RawValue Gets the raw $skip value.
Public property Validator Gets or sets the Skip Query Validator.
Public property Value Gets the value of the $skip as a parsed integer.

Top

Methods

  Name Description
Public method ApplyTo(IQueryable, ODataQuerySettings) Applies the $skip query to the given IQueryable.
Public method ApplyTo<T>(IQueryable<T>, ODataQuerySettings) Applies the $skip query to the given IQueryable.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate Validate the skip query based on the given validationSettings . It throws an ODataException if validation failed.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Http.OData.Query Namespace