| IExpressionIsNullOrMissing Method  | 
 
            Gets an expression representing if the current expression is null
            or missing (i.e. does not have a value)
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
 Syntax
SyntaxIExpression IsNullOrMissing()
Return Value
Type: 
IExpressionThe expression representing the new operation
 See Also
See Also