BlazarTech.QueryableValues.EF6.SqlServer 1.1.3 Latest
Allows you to efficiently compose an IEnumerable<T> in your Entity Framework 6 queries when using the SQL Server Database Provider. This is accomplished by using the AsQueryableValues extension method available on the DbContext class. Everything is evaluated on the server with a single round trip, in a way that preserves the query's execution plan, even when the values behind the IEnumerable<T> are changed on subsequent executions.
Install from the command line:
Learn more about NuGet packages
$ dotnet add package BlazarTech.QueryableValues.EF6.SqlServer --version 1.1.3
Recent Versions
- 0
- 0
- 1
- 0
- 0
Loading
Sorry, something went wrong.
Details
Last published
over 1 year ago
Issues
1
Total downloads