Show / Hide Table of Contents

Interface IFullTextExpression

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

Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IFullTextExpression

Methods

| Improve this Doc View Source

Match(String)

Returns an expression that will evaluate whether or not the given expression full text matches the current one

Declaration
IExpression Match(string query)
Parameters
Type Name Description
System.String query

The text to use for the match operation

Returns
Type Description
IExpression

The expression representing the new operation

  • Improve this Doc
  • View Source
Back to top Generated by DocFX