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 @@ -793,6 +793,9 @@ The following are some methods supported by the {+driver-long+} implementation o
793
793
794
794
* - ``Distinct``
795
795
- Returns distinct documents that match the specified criteria
796
+
797
+ * - ``Exists``
798
+ - Tests whether a field exists
796
799
797
800
* - ``First``
798
801
- 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
806
809
* - ``GroupJoin``
807
810
- Performs a left outer join to another collection in the same database
808
811
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
+
809
818
* - ``Max``
810
819
- Returns the document with the maximum specified value
811
820
You can’t perform that action at this time.
0 commit comments