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

Mostrar archivo Open project: TrevorPilley/Net.Http.WebApi.OData Class Usage Examples

Public Methods

Method Description
TopQueryOption ( string rawValue ) : System

Initialises a new instance of the TopQueryOption class.

Method Details

TopQueryOption() public method

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.
return System