Click or drag to resize

IExpressionSubtract Method

Mathematically subtracts the given expression to the current expression

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

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
The expression to subtract

Return Value

Type: IExpression
The expression representing the new operation
See Also