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

A boolean field query matches documents which have a boolean field which corresponds to the requested boolean value.
Inheritance: FtsQueryBase
Afficher le fichier Open project: couchbase/couchbase-net-client Class Usage Examples

Méthodes publiques

Méthode Description
BooleanFieldQuery ( bool fieldMatch ) : Newtonsoft.Json.Linq
Export ( ) : Newtonsoft.Json.Linq.JObject
Field ( string field ) : BooleanFieldQuery

The field for the match.

Method Details

BooleanFieldQuery() public méthode

public BooleanFieldQuery ( bool fieldMatch ) : Newtonsoft.Json.Linq
fieldMatch bool
Résultat Newtonsoft.Json.Linq

Export() public méthode

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

Field() public méthode

The field for the match.
public Field ( string field ) : BooleanFieldQuery
field string The field.
Résultat BooleanFieldQuery