C# 클래스 Precog.Client.QueryOptions

This class controls query parameters.
파일 보기 프로젝트 열기: precog/precog_dotnet_client

공개 메소드들

메소드 설명
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