We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef3771 commit 580836bCopy full SHA for 580836b
source/fundamentals/linq.txt
@@ -779,8 +779,7 @@ the :ref:`<csharp-builders-out>` section.
779
Supported Methods
780
-----------------
781
782
-The following are some of the methods supported by the {+driver-long+}
783
-implementation of LINQ:
+The following are some methods supported by the {+driver-long+} implementation of LINQ:
784
785
.. list-table::
786
:header-rows: 1
@@ -801,6 +800,9 @@ implementation of LINQ:
801
800
* - ``LongCount``
802
- Returns an ``Int64`` that represents the number of documents that match the specified criteria
803
+ * - ``DateFromString``
804
+ - Converts a ``string`` to a ``DateTime`` object
805
+
806
* - ``Distinct``
807
- Returns distinct documents that match the specified criteria
808
0 commit comments