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 @@ -805,6 +805,9 @@ The following are some methods supported by the {+driver-long+} implementation o
805805
806806 * - ``Distinct``
807807 - Returns distinct documents that match the specified criteria
808+
809+ * - ``Exists``
810+ - Tests whether a field exists
808811
809812 * - ``DistinctMany``
810813 - Returns distinct documents from an array that match the specified criteria
@@ -824,6 +827,12 @@ The following are some methods supported by the {+driver-long+} implementation o
824827 * - ``GroupJoin``
825828 - Performs a left outer join to another collection in the same database
826829
830+ * - ``IsMissing``
831+ - Returns ``true`` if a field is missing and false otherwies
832+
833+ * - ``IsNullOrMissing``
834+ - Returns ``true`` if a field is null or missing and false otherwise
835+
827836 * - ``Max``
828837 - Returns the document with the maximum specified value
829838
You can’t perform that action at this time.
0 commit comments