Skip to content

Commit 8e62c54

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/fundamentals/linq.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,7 @@ the :ref:`<csharp-builders-out>` section.
760760
Supported Methods
761761
-----------------
762762

763-
The following are some of the methods supported by the {+driver-long+}
764-
implementation of LINQ:
763+
The following are some methods supported by the {+driver-long+} implementation of LINQ:
765764

766765
.. list-table::
767766
:header-rows: 1
@@ -782,6 +781,9 @@ implementation of LINQ:
782781
* - ``LongCount``
783782
- Returns an ``Int64`` that represents the number of documents that match the specified criteria
784783

784+
* - ``DateFromString``
785+
- Converts a ``string`` to a ``DateTime`` object
786+
785787
* - ``Distinct``
786788
- Returns distinct documents that match the specified criteria
787789

0 commit comments

Comments
 (0)