gpt4 book ai didi

c# - 哪些版本的 Entity Framework 支持编译查询?

转载 作者:太空宇宙 更新时间:2023-11-03 20:13:35 27 4
gpt4 key购买 nike

我看到它多次提到您应该使用 Entity Framework 的编译查询,因为它可以提高效率,这与在 SQL Server 中编译和缓存存储过程的方式非常相似。

显然,编译查询有两个版本,第一个是 CompiledQuery,据我所知,它只适用于 ObjectContext 和自动编译的查询,两者都适用DbContextObjectContext

那么编译查询在哪些版本的 EF 中工作以及在什么 API 上下文中工作?

最佳答案

.NET 4.5是第一个支持自动编译和缓存的版本。来自Compiled Queries文档:

Starting with the .NET Framework 4.5, LINQ queries are cached automatically. However, you can still use compiled LINQ queries to reduce this cost in later executions and compiled queries can be more efficient than LINQ queries that are automatically cached. Note that LINQ to Entities queries that apply the Enumerable.Contains operator to in-memory collections are not automatically cached. Also parameterizing in-memory collections in compiled LINQ queries is not allowed.

CompiledQuery自 .NET 3.5 sp1 以来就存在对手动编译查询的支持。

关于c# - 哪些版本的 Entity Framework 支持编译查询?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18281220/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com