File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -779,8 +779,7 @@ the :ref:`<csharp-builders-out>` section.
779
779
Supported Methods
780
780
-----------------
781
781
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:
784
783
785
784
.. list-table::
786
785
:header-rows: 1
@@ -801,6 +800,9 @@ implementation of LINQ:
801
800
* - ``LongCount``
802
801
- Returns an ``Int64`` that represents the number of documents that match the specified criteria
803
802
803
+ * - ``DateFromString``
804
+ - Converts a ``string`` to a ``DateTime`` object
805
+
804
806
* - ``Distinct``
805
807
- Returns distinct documents that match the specified criteria
806
808
You can’t perform that action at this time.
0 commit comments