C# Класс Precog.Client.QueryOptions

This class controls query parameters.
Показать файл Открыть проект

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

Метод Описание
QueryOptions ( ) : System

Constructs a new QueryOptions instance that will return unlimited results, starts at the first result element (zero offset), and sorts ascending (although by default no sort fields are specified)

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

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

Constructs a new QueryOptions instance that will return unlimited results, starts at the first result element (zero offset), and sorts ascending (although by default no sort fields are specified)
public QueryOptions ( ) : System
Результат System