We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcad7f commit fd4f518Copy full SHA for fd4f518
source/fundamentals/linq.txt
@@ -767,8 +767,7 @@ the :ref:`<csharp-builders-out>` section.
767
Supported Methods
768
-----------------
769
770
-The following are some of the methods supported by the {+driver-long+}
771
-implementation of LINQ:
+The following are some methods supported by the {+driver-long+} implementation of LINQ:
772
773
.. list-table::
774
:header-rows: 1
@@ -789,6 +788,9 @@ implementation of LINQ:
789
788
* - ``LongCount``
790
- Returns an ``Int64`` that represents the number of documents that match the specified criteria
791
+ * - ``DateFromString``
792
+ - Converts a ``string`` to a ``DateTime`` object
793
+
794
* - ``Distinct``
795
- Returns distinct documents that match the specified criteria
796
0 commit comments