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

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

Public Methods

Method Description
SelectQueryOption ( string rawValue ) : System

Initialises a new instance of the SelectQueryOption class.

Method Details

SelectQueryOption() public method

Initialises a new instance of the SelectQueryOption class.
public SelectQueryOption ( string rawValue ) : System
rawValue string The raw request value.
return System