Click or drag to resize

IFullTextExpression Interface

An interface that represents an expression that is eligible to receive full-text related query clauses

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface IFullTextExpression

The IFullTextExpression type exposes the following members.

Methods
  NameDescription
Public methodMatch
Returns an expression that will evaluate whether or not the given expression full text matches the current one
Top
See Also