Click or drag to resize

IExpressionNotNull Method

Gets an expression representing if the current expression is not null

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

Return Value

Type: IExpression
The expression representing the new operation
See Also