Skip to content

Commit 17fb879

Browse files
gmiller-mdbmongoKart
authored andcommitted
DOCSP-35829-new-districtmany-method (mongodb#367)
(cherry picked from commit 65e9142)
1 parent 11064eb commit 17fb879

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/fundamentals/linq.txt

+6
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,12 @@ implementation of LINQ:
804804
* - ``Distinct``
805805
- Returns distinct documents that match the specified criteria
806806

807+
* - ``DistinctMany``
808+
- Returns distinct documents from an array that match the specified criteria
809+
810+
* - ``Exists``
811+
- Tests whether a field exists
812+
807813
* - ``First``
808814
- Returns the first matching document, and throws an exception if none are found
809815

0 commit comments

Comments
 (0)