Skip to content

Commit 2b6bd0a

Browse files
committed
remove select method
1 parent 5eb9f40 commit 2b6bd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/whats-new.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The 3.0 driver release includes the following new features:
8686
the ``Select()`` method, or the ``Project()`` aggregation stage with the LINQ3 provider.
8787
In previous versions of the driver, you could perform client-side
8888
projection with the LINQ3 provider only after calling the ``ToEnumerable()`` or
89-
``AsEnumerable()`` method, and only within the ``Select()`` method.
89+
``AsEnumerable()`` method.
9090

9191
To learn how to enable and use client-side projection for a driver method, select the
9292
corresponding tab:

0 commit comments

Comments
 (0)