An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

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
Latest Release
1.1.3
over 2 years ago
Versions
9
Downloads
42,418 total
Links
Registry nuget.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Repository
Stars 5 on GitHub
Forks 0 on GitHub