File tree 1 file changed +9
-0
lines changed
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
805
805
806
806
* - ``Distinct``
807
807
- Returns distinct documents that match the specified criteria
808
+
809
+ * - ``Exists``
810
+ - Tests whether a field exists
808
811
809
812
* - ``First``
810
813
- Returns the first matching document, and throws an exception if none are found
@@ -818,6 +821,12 @@ The following are some methods supported by the {+driver-long+} implementation o
818
821
* - ``GroupJoin``
819
822
- Performs a left outer join to another collection in the same database
820
823
824
+ * - ``IsMissing``
825
+ - Returns ``true`` if a field is missing and false otherwies
826
+
827
+ * - ``IsNullOrMissing``
828
+ - Returns ``true`` if a field is null or missing and false otherwise
829
+
821
830
* - ``Max``
822
831
- Returns the document with the maximum specified value
823
832
You can’t perform that action at this time.
0 commit comments