BlazarTech.QueryableValues.SqlServer 8.1.1 Latest
Allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core 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.SqlServer --version 8.1.1
Recent Versions
- 0
- 0
- 0
- 0
- 0
Loading
Sorry, something went wrong.
Details
Last published
over 1 year ago
Issues
5
Total downloads