Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
Expression Class
Expression Methods
All Method
Boolean Method
Date Method
Double Method
Float Method
Int Method
Long Method
Negated Method
Not Method
Parameter Method
Property Method
String Method
Value 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.1.0-b0232
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