C# Класс MvcApi.Query.DefaultStructuredQuerySource

The DefaultStructuredQuerySource understands $filter, $orderby, $top and $skip OData query parameters
Наследование: IStructuredQuerySource
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateQuery ( Uri uri ) : StructuredQuery

Build the StructuredQuery for the given uri.

Описание методов

CreateQuery() публичный Метод

Build the StructuredQuery for the given uri.
public CreateQuery ( Uri uri ) : StructuredQuery
uri System.Uri The to build the from
Результат StructuredQuery