SkipTokenQueryOption Constructor
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.
Initialize a new instance of SkipQueryOption based on the raw $skiptoken value and an EdmModel from ODataQueryContext.
public SkipTokenQueryOption (string rawValue, Microsoft.AspNet.OData.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser);
new Microsoft.AspNet.OData.Query.SkipTokenQueryOption : string * Microsoft.AspNet.OData.ODataQueryContext * Microsoft.OData.UriParser.ODataQueryOptionParser -> Microsoft.AspNet.OData.Query.SkipTokenQueryOption
Public Sub New (rawValue As String, context As ODataQueryContext, queryOptionParser As ODataQueryOptionParser)
Parameters
- rawValue
- String
The raw value for $skiptoken query.
- context
- ODataQueryContext
The ODataQueryContext which contains the IEdmModel and some type information
- queryOptionParser
- ODataQueryOptionParser
The ODataQueryOptionParser which is used to parse the query option.