Skip to content

Commit b46ddae

Browse files
committed
docs: mention QueryableValues EF6 Edition
1 parent c7adcc7 commit b46ddae

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/yv989c/BlazarTech.QueryableValues/develop/docs/images/icon.png" alt="Logo" style="width: 80px;">
2+
<img src="/docs/images/icon.png" alt="Logo" style="width: 80px;">
33
</p>
44

55
# QueryableValues
@@ -19,8 +19,7 @@ The supported types for `T` are:
1919

2020
For a detailed explanation of the problem solved by QueryableValues, please continue reading [here][readme-background].
2121

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.
2423
2524
## When Should You Use It?
2625
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.

docs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ The supported types for `T` are:
1515

1616
For a detailed explanation of the problem solved by QueryableValues, please continue reading [here][readme-background].
1717

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.
2019
2120
## When Should You Use It?
2221
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

Comments
 (0)