C# Class Net.Http.WebApi.OData.Query.SkipQueryOption

Show file Open project: TrevorPilley/Net.Http.WebApi.OData Class Usage Examples

Public Methods

Method Description
SkipQueryOption ( string rawValue ) : System

Initialises a new instance of the SkipQueryOption class.

Method Details

SkipQueryOption() public method

Initialises a new instance of the SkipQueryOption class.
If supplied, the $skip value should be an integer.
public SkipQueryOption ( string rawValue ) : System
rawValue string The raw request value.
return System