Possible API is:
Mql.Exists(<field expression>) // and Mql.IsMissing(<field expression>) // and Mql.IsNullOrMissing(<field expression>)
Possible translations are:
{ $ne : [{ $type : "$field" }, "missing"] } // and { $eq : [{ $type : "$field" }, "missing"] } // and { $in : [{ $type : "$field" }, ["null", "missing"]] }
- is depended on by
-
CSHARP-4540 Translate additional parameters for $dateFromString
- Closed
- is duplicated by
-
CSHARP-5010 Handling C#-"null" with non existent fields in Expressions not intuitive when using IgnoreIfNullConvention
- Closed
- related to
-
CSHARP-4852 Linq3Provider does not deal correctly with non-existing objects
- Closed