You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,6 @@ For a detailed explanation of the problem solved by QueryableValues, please cont
18
18
19
19
> 💡 Still on Entity Framework 6 (non-core)? Then [QueryableValues `EF6 Edition`](https://github.com/yv989c/BlazarTech.QueryableValues.EF6) is what you need.
20
20
21
-
## When Should You Use It?
22
-
The `AsQueryableValues` extension method is intended for queries that are dependent upon a *non-constant* sequence of external values. It provides a solution to the following [EF Core issue](https://github.com/dotnet/efcore/issues/13617) and enables other currently unsupported scenarios; like the ability to efficiently create joins with in-memory data.
23
-
24
21
## Your Support is Appreciated!
25
22
If you feel that this solution has provided you some value, please consider [buying me a ☕][BuyMeACoffee].
26
23
@@ -88,7 +85,7 @@ Below are a few examples composing a query using the values provided by an [IEnu
0 commit comments