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

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

Méthodes publiques

Méthode Description
TopQueryOption ( string rawValue ) : System

Initialises a new instance of the TopQueryOption class.

Method Details

TopQueryOption() public méthode

Initialises a new instance of the TopQueryOption class.
If supplied, the $top value should be an integer.
public TopQueryOption ( string rawValue ) : System
rawValue string The raw request value.
Résultat System