C# Класс Microsoft.ApplicationServer.Http.Activation.HttpQueryableServiceHost.HttpQueryableBehavior.CountQueryComposer

Custom composer implementation that delegates all work to the WebApi built-in UrlComposer, but counts the total results before returning the response, and places the value in the call context.
Наследование: IQueryComposer
Показать файл Открыть проект

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

Метод Описание
ComposeQuery ( IEnumerable rootedQuery, string url ) : IEnumerable

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

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

public ComposeQuery ( IEnumerable rootedQuery, string url ) : IEnumerable
rootedQuery IEnumerable
url string
Результат IEnumerable