Click or drag to resize

ExpressionNegated Method

Returns an expression representing the negated result of an expression

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

Parameters

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

Return Value

Type: IExpression
The negated result of the expression
See Also