Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
Expression Class
Expression Methods
Any Method
AnyAndEvery Method
Every Method
Meta Method
Negated Method
Not Method
Parameter Method
Property Method
Variable Method
Expression
Not 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-b0364
Syntax
C#
Copy
public
static
IExpression
Not
(
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