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
@@ -16,7 +16,7 @@ For a detailed explanation of the problem solved by QueryableValues, please cont
16
16
17
17
> 💡 This is a streamlined version of the original [QueryableValues][QueryableValuesEFCoreRepository] for Entity Framework Core, which I have adapted to provide some of its features on [Entity Framework 6].
18
18
19
-
> 💡 Are you on Entity Framework Core? Use[the original version][QueryableValuesEFCoreRepository] of QueryableValues instead.
19
+
> 💡 Using Entity Framework Core? Then[the original version][QueryableValuesEFCoreRepository] of QueryableValues is what you need.
20
20
21
21
## When Should You Use It?
22
22
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.
@@ -31,7 +31,7 @@ Your ⭐ on [this repository][Repository] also helps! Thanks! 🖖🙂
31
31
# Getting Started
32
32
33
33
## Installation
34
-
QueryableValues for EF6 is distributed as a [NuGet Package]. You can install it using the command below in your NuGet Package Manager Console window in Visual Studio:
34
+
QueryableValues `EF6 Edition` is distributed as a [NuGet Package]. You can install it using the command below in your NuGet Package Manager Console window in Visual Studio:
@@ -12,7 +12,7 @@ For a detailed explanation of the problem solved by QueryableValues, please cont
12
12
13
13
> 💡 This is a streamlined version of the original [QueryableValues][QueryableValuesEFCoreRepository] for Entity Framework Core, which I have adapted to provide some of its features on [Entity Framework 6].
14
14
15
-
> 💡 Are you on Entity Framework Core? Use[the original version][QueryableValuesEFCoreRepository] of QueryableValues instead.
15
+
> 💡 Using Entity Framework Core? Then[the original version][QueryableValuesEFCoreRepository] of QueryableValues is what you need.
16
16
17
17
## When Should You Use It?
18
18
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.
@@ -27,7 +27,7 @@ Your ⭐ on [this repository][Repository] also helps! Thanks! 🖖🙂
27
27
# Getting Started
28
28
29
29
## Installation
30
-
QueryableValues for EF6 is distributed as a [NuGet Package]. You can install it using the command below in your NuGet Package Manager Console window in Visual Studio:
30
+
QueryableValues `EF6 Edition` is distributed as a [NuGet Package]. You can install it using the command below in your NuGet Package Manager Console window in Visual Studio:
0 commit comments