nuget.org : blazartech.queryablevalues.sqlserver
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.
Registry
-
Source
- JSON
- codemeta.json
purl: pkg:nuget/blazartech.queryablevalues.sqlserver
Keywords:
Entity
, EF
, EFCore
, EntityFramework
, EntityFrameworkCore
, entity-framework-core
, Data
, ORM
, SQLServer
, sql-server
, IQueryable
, IEnumerable
, Queryable
, Values
, MemoryJoin
, BulkInsertTempTableAsync
, WhereBulkContains
, Extension
, Extensions
, Memory
, Join
, Contains
, Performance
, LINQ
, csharp
, dotnet
, dotnet-core
, ef-core
, efcore
, entity-framework
, entityframework
, entityframeworkcore
, linq
, sqlserver
License: MIT
Latest release: about 2 months ago
First release: about 4 years ago
Downloads: 938,726 total
Stars: 98 on GitHub
Forks: 7 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 15 days ago