SkipQueryOption Class

 

This defines a $skip OData query option for querying.

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

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

public ref class SkipQueryOption 

NameDescription
System_CAPS_pubmethodSkipQueryOption(String^, ODataQueryContext^)

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

NameDescription
System_CAPS_pubpropertyContext

Gets the given ODataQueryContext.

System_CAPS_pubpropertyRawValue

Gets the raw $skip value.

System_CAPS_pubpropertyValidator

Gets or sets the Skip Query Validator.

System_CAPS_pubpropertyValue

Gets the value of the $skip as a parsed integer.

NameDescription
System_CAPS_pubmethodApplyTo(IQueryable^, ODataQuerySettings^)

Apply the $skip query to the given IQueryable.

System_CAPS_pubmethodApplyTo<T>(IQueryable<T>^, ODataQuerySettings^)

Apply the $skip query to the given IQueryable.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(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.

Return to top
Show: