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.1.0-b0232
Syntax IExpression Satisfies(
IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
The predicate expression to apply
Return Value
Type:
IExpressionThe overall expression for further processing
See Also