Click or drag to resize

IExpressionAdd Method

Mathematically adds the given expression to the current expression

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
IExpression Add(
	Object expression
)

Parameters

expression
Type: SystemObject
The expression to add

Return Value

Type: IExpression
The expression representing the new operation
See Also