Click or drag to resize

IExpressionSatisfiesSatisfies Method

Accepts a predicate to apply to each item of a collection received from IExpressionIn

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
IExpression Satisfies(
	IExpression expression
)

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
The predicate expression to apply

Return Value

Type: IExpression
The overall expression for further processing
See Also