We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e43238 commit 8cc811fCopy full SHA for 8cc811f
source/fundamentals/linq.txt
@@ -804,6 +804,12 @@ implementation of LINQ:
804
* - ``Distinct``
805
- Returns distinct documents that match the specified criteria
806
807
+ * - ``DistinctMany``
808
+ - Returns distinct documents from an array that match the specified criteria
809
+
810
+ * - ``Exists``
811
+ - Tests whether a field exists
812
813
* - ``First``
814
- Returns the first matching document, and throws an exception if none are found
815
0 commit comments