Click or drag to resize

BooleanFieldQuery Class

A boolean field query matches documents which have a boolean field which corresponds to the requested boolean value.
Inheritance Hierarchy
SystemObject
  Couchbase.Search.QueriesSearchQueryBase
    Couchbase.Search.Queries.SimpleBooleanFieldQuery

Namespace:  Couchbase.Search.Queries.Simple
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class BooleanFieldQuery : SearchQueryBase

The BooleanFieldQuery type exposes the following members.

Constructors
  NameDescription
Public methodBooleanFieldQuery
Initializes a new instance of the BooleanFieldQuery class
Top
Methods
See Also