实体框架 4.0 是否正在生成有效的查询?

发布于 2024-11-16 19:26:05 字数 105 浏览 0 评论 0 原文

我正在使用实体框架 1.0,对其生成的查询不满意。即使是很小的查询长度,生成后也会超过 100 行。任何人都可以更新实体框架中此问题是否已解决吗?

提前致谢, 卡迈勒·康德·潘萨里

I am using entity framework 1.0 and not satisfied with the generated queries by it. Even a small query length is more then 100 line after generation. Can any one update that in entity framework this issue has been resolved or not?

Thanks in advance,
Kamal Kant Pansari

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绿萝 2024-11-23 19:26:05

编辑 2

这里有一些关于在实体框架中使用您自己的存储过程的文章。

编辑

我还没有对实体框架 1 与 4 进行直接比较,但我希望他们的查询变得更好。

原始

实体框架提供了便利,但以性能为代价。如果您不喜欢实体框架生成的内容,您可以覆盖并提供您自己的存储过程。

EDIT 2

Here are some articles on using your own stored procedure in the Entity Framework.

EDIT

I haven't done direct comparisons of Entity Framework 1 vs 4, but I would hope that their queries have gotten better.

ORIGINAL

The Entity Framework offers convenience as a trade off for performance. If you don't like what the Entity Framework has generated, you can override and provide your own stored procedure.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文