C# 클래스 Couchbase.Search.Queries.Simple.StringQuery

The query string query allows humans to describe complex queries using a simple syntax.
상속: FtsQueryBase
파일 보기 프로젝트 열기: couchbase/couchbase-net-client 1 사용 예제들

공개 메소드들

메소드 설명
Export ( ) : Newtonsoft.Json.Linq.JObject
StringQuery ( string query ) : System

Initializes a new instance of the StringQuery class.

메소드 상세

Export() 공개 메소드

public Export ( ) : Newtonsoft.Json.Linq.JObject
리턴 Newtonsoft.Json.Linq.JObject

StringQuery() 공개 메소드

Initializes a new instance of the StringQuery class.
query
public StringQuery ( string query ) : System
query string The query string to be analyzed and used against. The query string is required.
리턴 System