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-b0295
Syntax IExpression Subtract(
Object expression
)
Parameters
- expression
- Type: SystemObject
The expression to subtract
Return Value
Type:
IExpressionThe expression representing the new operation
See Also