Click or drag to resize

IArrayExpressionSatisfiesSatisfies Method

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

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
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