Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
ExpressionFactory Class
ExpressionFactory Methods
Group Method
Negated Method
Not Method
Property Method
ExpressionFactory
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-b0056
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
ExpressionFactory Class
Couchbase.Lite.Query Namespace