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

Afficher le fichier Open project: TrevorPilley/Net.Http.WebApi.OData Class Usage Examples

Méthodes publiques

Méthode Description
SkipQueryOption ( string rawValue ) : System

Initialises a new instance of the SkipQueryOption class.

Method Details

SkipQueryOption() public méthode

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.
Résultat System