SkipQueryOption Class
This defines a $skip OData query option for querying.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | SkipQueryOption(String^, ODataQueryContext^, ODataQueryOptionParser^) | Initialize a new instance of SkipQueryOption based on the raw $skip value and an EdmModel from ODataQueryContext. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | ApplyTo(IQueryable^, ODataQuerySettings^) | Apply the $skip query to the given IQueryable. |
![]() | ApplyTo<T>(IQueryable<T>^, ODataQuerySettings^) | Apply the $skip query to the given IQueryable. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(ODataValidationSettings^) | Validate the skip query based on the given validationSettings. It throws an ODataException if validation failed. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


