Skip to content

Commit b7cf9be

Browse files
committed
DOCSP-35833: New LINQ methods (#364)
* DOCSP-35833: New LINQ methods * MR feedback (cherry picked from commit 7f3efc0)
1 parent ff88f0b commit b7cf9be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/fundamentals/linq.txt

+9
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,9 @@ The following are some methods supported by the {+driver-long+} implementation o
805805

806806
* - ``Distinct``
807807
- Returns distinct documents that match the specified criteria
808+
809+
* - ``Exists``
810+
- Tests whether a field exists
808811

809812
* - ``First``
810813
- 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
818821
* - ``GroupJoin``
819822
- Performs a left outer join to another collection in the same database
820823

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+
821830
* - ``Max``
822831
- Returns the document with the maximum specified value
823832

0 commit comments

Comments
 (0)