Skip to content

Commit 81a5cf2

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

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
@@ -786,6 +786,9 @@ The following are some methods supported by the {+driver-long+} implementation o
786786

787787
* - ``Distinct``
788788
- Returns distinct documents that match the specified criteria
789+
790+
* - ``Exists``
791+
- Tests whether a field exists
789792

790793
* - ``First``
791794
- 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
799802
* - ``GroupJoin``
800803
- Performs a left outer join to another collection in the same database
801804

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+
802811
* - ``Max``
803812
- Returns the document with the maximum specified value
804813

0 commit comments

Comments
 (0)