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
@@ -19,8 +19,7 @@ The supported types for `T` are:
19
19
20
20
For a detailed explanation of the problem solved by QueryableValues, please continue reading [here][readme-background].
21
21
22
-
> 💡 Still on Entity Framework 6 (non-core)?
23
-
> [This Stack Overflow answer](https://stackoverflow.com/a/70587979/2206145) may be helpful.
22
+
> 💡 Still on Entity Framework 6 (non-core)? Then [QueryableValues `EF6 Edition`](https://github.com/yv989c/BlazarTech.QueryableValues.EF6) is what you need.
24
23
25
24
## When Should You Use It?
26
25
The `AsQueryableValues` extension method is intended for queries that are dependent upon a *non-constant* sequence of external values. In such cases, the underlying SQL query will be efficient on subsequent executions.
Copy file name to clipboardExpand all lines: docs/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ The supported types for `T` are:
15
15
16
16
For a detailed explanation of the problem solved by QueryableValues, please continue reading [here][readme-background].
17
17
18
-
> 💡 Still on Entity Framework 6 (non-core)?
19
-
> [This Stack Overflow answer](https://stackoverflow.com/a/70587979/2206145) may be helpful.
18
+
> 💡 Still on Entity Framework 6 (non-core)? Then [QueryableValues `EF6 Edition`](https://github.com/yv989c/BlazarTech.QueryableValues.EF6) is what you need.
20
19
21
20
## When Should You Use It?
22
21
The `AsQueryableValues` extension method is intended for queries that are dependent upon a *non-constant* sequence of external values. In such cases, the underlying SQL query will be efficient on subsequent executions.
0 commit comments