From 64df95462e45bb797fac1212fcf26a1cb303c881 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Mon, 9 Dec 2024 10:44:21 -0500 Subject: [PATCH] DOCSP-36080: Add DateFromString to list of supported LINQ methods --- source/fundamentals/linq.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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