Skip to content

Commit d53bb70

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

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

794794
* - ``Distinct``
795795
- Returns distinct documents that match the specified criteria
796+
797+
* - ``Exists``
798+
- Tests whether a field exists
796799

797800
* - ``First``
798801
- Returns the first matching document, and throws an exception if none are found
@@ -806,6 +809,12 @@ The following are some methods supported by the {+driver-long+} implementation o
806809
* - ``GroupJoin``
807810
- Performs a left outer join to another collection in the same database
808811

812+
* - ``IsMissing``
813+
- Returns ``true`` if a field is missing and false otherwies
814+
815+
* - ``IsNullOrMissing``
816+
- Returns ``true`` if a field is null or missing and false otherwise
817+
809818
* - ``Max``
810819
- Returns the document with the maximum specified value
811820

0 commit comments

Comments
 (0)