Click or drag to resize

IFullTextExpressionMatch Method

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

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
IExpression Match(
	string query
)

Parameters

query
Type: SystemString
The text to use for the match operation

Return Value

Type: IExpression
The expression representing the new operation
See Also