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

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

Public Methods

Method Description
InlineCountQueryOption ( string rawValue ) : System

Initialises a new instance of the InlineCountQueryOption class.

Method Details

InlineCountQueryOption() public method

Initialises a new instance of the InlineCountQueryOption class.
Thrown if the raw value is invalid.
public InlineCountQueryOption ( string rawValue ) : System
rawValue string The raw request value.
return System