Compartilhar via


SkipQueryOption Constructor (String, ODataQueryContext)

 

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

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

Syntax

public SkipQueryOption(
    string rawValue,
    ODataQueryContext context
)
public:
SkipQueryOption(
    String^ rawValue,
    ODataQueryContext^ context
)
new : 
        rawValue:string *
        context:ODataQueryContext -> SkipQueryOption
Public Sub New (
    rawValue As String,
    context As ODataQueryContext
)

Parameters

  • rawValue
    Type: System.String

    The raw value for $skip query. It can be null or empty.

See Also

SkipQueryOption Class
System.Web.Http.OData.Query Namespace

Return to top