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 @@ -786,6 +786,9 @@ The following are some methods supported by the {+driver-long+} implementation o
786
786
787
787
* - ``Distinct``
788
788
- Returns distinct documents that match the specified criteria
789
+
790
+ * - ``Exists``
791
+ - Tests whether a field exists
789
792
790
793
* - ``First``
791
794
- Returns the first matching document, and throws an exception if none are found
@@ -799,6 +802,12 @@ The following are some methods supported by the {+driver-long+} implementation o
799
802
* - ``GroupJoin``
800
803
- Performs a left outer join to another collection in the same database
801
804
805
+ * - ``IsMissing``
806
+ - Returns ``true`` if a field is missing and false otherwies
807
+
808
+ * - ``IsNullOrMissing``
809
+ - Returns ``true`` if a field is null or missing and false otherwise
810
+
802
811
* - ``Max``
803
812
- Returns the document with the maximum specified value
804
813
You can’t perform that action at this time.
0 commit comments