Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 EF 中查询概念模型有 3 种方法:
哪种情况更适合哪种情况?这 3 种查询类型是否存在性能问题?
一般来说,所有这些方式都适合生产。 如果您计划重用 LINQ to Entities 查询,请使用 CompiledQuery。Entity Framework 有许多性能特点 - 请查看这篇 MSDN 文章。