I have been hearing that the built-in query builder for the Entity Framework is much faster than Linq to Entities. Is this true? If so, can I use the query builder for any type of query?
我听说实体框架的内置查询构建器比Linq to Entities快得多。这是真的?如果是这样,我可以将查询构建器用于任何类型的查询吗?
1 个解决方案
#1
1
The queries don't execute any faster, if that's what you mean.
如果这是你的意思,查询不会执行得更快。
#1
1
The queries don't execute any faster, if that's what you mean.
如果这是你的意思,查询不会执行得更快。