Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
Expression Class
Expression Methods
Negated Method
Not Method
Parameter Method
Property Method
Expression
Negated 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-b0469
Syntax
C#
Copy
public
static
IExpression
Negated
(
IExpression
expression
)
Parameters
expression
Type:
Couchbase.Lite.Query
IExpression
The expression to evaluate
Return Value
Type:
IExpression
The negated result of the expression
See Also
Reference
Expression Class
Couchbase.Lite.Query Namespace