Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/fundamentals/linq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,7 @@ the :ref:`<csharp-builders-out>` 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
Expand All @@ -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

Expand Down
Loading