File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -793,6 +793,9 @@ The following are some methods supported by the {+driver-long+} implementation o
793793
794794 * - ``Distinct``
795795 - Returns distinct documents that match the specified criteria
796+
797+ * - ``Exists``
798+ - Tests whether a field exists
796799
797800 * - ``First``
798801 - Returns the first matching document, and throws an exception if none are found
@@ -806,6 +809,12 @@ The following are some methods supported by the {+driver-long+} implementation o
806809 * - ``GroupJoin``
807810 - Performs a left outer join to another collection in the same database
808811
812+ * - ``IsMissing``
813+ - Returns ``true`` if a field is missing and false otherwies
814+
815+ * - ``IsNullOrMissing``
816+ - Returns ``true`` if a field is null or missing and false otherwise
817+
809818 * - ``Max``
810819 - Returns the document with the maximum specified value
811820
You can’t perform that action at this time.
0 commit comments