diff --git a/source/fundamentals/linq.txt b/source/fundamentals/linq.txt index 491c98e7..0bdcd04c 100644 --- a/source/fundamentals/linq.txt +++ b/source/fundamentals/linq.txt @@ -779,8 +779,7 @@ the :ref:`` section. Supported Methods ----------------- -The following are some of the methods supported by the {+driver-long+} -implementation of LINQ: +The following are some methods supported by the {+driver-long+} implementation of LINQ: .. list-table:: :header-rows: 1 @@ -801,6 +800,9 @@ implementation of LINQ: * - ``LongCount`` - Returns an ``Int64`` that represents the number of documents that match the specified criteria + * - ``DateFromString`` + - Converts a ``string`` to a ``DateTime`` object + * - ``Distinct`` - Returns distinct documents that match the specified criteria