C# Class Precog.Client.QueryOptions

This class controls query parameters.
Show file Open project: precog/precog_dotnet_client

Public Methods

Method Description
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)

Method Details

QueryOptions() public method

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
return System