C# Class Couchbase.Search.Queries.Simple.StringQuery

The query string query allows humans to describe complex queries using a simple syntax.
Inheritance: FtsQueryBase
Afficher le fichier Open project: couchbase/couchbase-net-client Class Usage Examples

Méthodes publiques

Méthode Description
Export ( ) : Newtonsoft.Json.Linq.JObject
StringQuery ( string query ) : System

Initializes a new instance of the StringQuery class.

Method Details

Export() public méthode

public Export ( ) : Newtonsoft.Json.Linq.JObject
Résultat Newtonsoft.Json.Linq.JObject

StringQuery() public méthode

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.
Résultat System