IExpressionMultiply Method |
Returns a multiply expression using the current and given expressions as
operands
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IExpression Multiply(
IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
The expression to multiply with the current one
Return Value
Type:
IExpressionThe expression representing the new operation
See Also