C# Class MvcApi.Query.DefaultStructuredQuerySource

The DefaultStructuredQuerySource understands $filter, $orderby, $top and $skip OData query parameters
Inheritance: IStructuredQuerySource
Mostrar archivo Open project: dax70/MvcApi

Public Methods

Method Description
CreateQuery ( Uri uri ) : StructuredQuery

Build the StructuredQuery for the given uri.

Method Details

CreateQuery() public method

Build the StructuredQuery for the given uri.
public CreateQuery ( Uri uri ) : StructuredQuery
uri System.Uri The to build the from
return StructuredQuery