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

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

Méthodes publiques

Méthode Description
InlineCountQueryOption ( string rawValue ) : System

Initialises a new instance of the InlineCountQueryOption class.

Method Details

InlineCountQueryOption() public méthode

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