Skip to content

Commit fd4f518

Browse files
committed
DOCSP-36080: Add DateFromString to list of supported LINQ methods (#363)
(cherry picked from commit 3293b42)
1 parent bdcad7f commit fd4f518

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
@@ -767,8 +767,7 @@ the :ref:`<csharp-builders-out>` section.
767767
Supported Methods
768768
-----------------
769769

770-
The following are some of the methods supported by the {+driver-long+}
771-
implementation of LINQ:
770+
The following are some methods supported by the {+driver-long+} implementation of LINQ:
772771

773772
.. list-table::
774773
:header-rows: 1
@@ -789,6 +788,9 @@ implementation of LINQ:
789788
* - ``LongCount``
790789
- Returns an ``Int64`` that represents the number of documents that match the specified criteria
791790

791+
* - ``DateFromString``
792+
- Converts a ``string`` to a ``DateTime`` object
793+
792794
* - ``Distinct``
793795
- Returns distinct documents that match the specified criteria
794796

0 commit comments

Comments
 (0)