Click or drag to resize

IExpressionNotNullOrMissing Method

Gets an expression representing if the current expression is neither null nor missing (i.e. has a value)

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IExpression NotNullOrMissing()

Return Value

Type: IExpression
The expression representing the new operation
See Also