blazartech.queryablevalues.ef6.sqlserver
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.
Ecosystem
nuget.org
nuget.org
Latest Release
over 2 years ago
1.1.3
over 2 years ago
Versions
9
9
Downloads
42,418 total
42,418 total
Loading...
Readme
Loading...
Links
| Registry | nuget.org |
| Source | Repository |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:nuget/blazartech.queryablevalues.ef6.sqlserver
spec |
| License | MIT |
| First Release | about 126 years ago |
| Last Synced | 7 days ago |
Keywords
Entity EF EF6 EntityFramework6 entity-framework entity-framework-6 Data ORM SqlServer sql-server IQueryable IEnumerable Queryable Values MemoryJoin BulkInsertTempTableAsync WhereBulkContains Extension Extensions Memory Join Contains Performance LINQ csharp dotnet dotnet-core dotnet-framework linq sqlserver
Entity EF EF6 EntityFramework6 entity-framework entity-framework-6 Data ORM SqlServer sql-server IQueryable IEnumerable Queryable Values MemoryJoin BulkInsertTempTableAsync WhereBulkContains Extension Extensions Memory Join Contains Performance LINQ csharp dotnet dotnet-core dotnet-framework linq sqlserver
Repository
| Stars | 5 on GitHub |
| Forks | 0 on GitHub |