Click or drag to resize

IExpressionOr Method

Logically "ors" the given expression with the current expression

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
IExpression Or(
	Object expression
)

Parameters

expression
Type: SystemObject
The expression to "and"

Return Value

Type: IExpression
The expression representing the new operation
See Also