Skip to content

Commit 80e6540

Browse files
mcmorisimongoKart
authored andcommitted
DOCSP-36080: Add DateFromString to list of supported LINQ methods (mongodb#363)
(cherry picked from commit 3293b42)
1 parent ea94a9a commit 80e6540

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/fundamentals/linq.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,7 @@ the :ref:`<csharp-builders-out>` section.
779779
Supported Methods
780780
-----------------
781781

782-
The following are some of the methods supported by the {+driver-long+}
783-
implementation of LINQ:
782+
The following are some methods supported by the {+driver-long+} implementation of LINQ:
784783

785784
.. list-table::
786785
:header-rows: 1
@@ -801,6 +800,9 @@ implementation of LINQ:
801800
* - ``LongCount``
802801
- Returns an ``Int64`` that represents the number of documents that match the specified criteria
803802

803+
* - ``DateFromString``
804+
- Converts a ``string`` to a ``DateTime`` object
805+
804806
* - ``Distinct``
805807
- Returns distinct documents that match the specified criteria
806808

0 commit comments

Comments
 (0)