实体框架:ObjectContext获取生成的SQL更改脚本?

发布于 2024-07-27 20:15:54 字数 79 浏览 3 评论 0原文

有没有办法获取对象上下文的所有SQL更改脚本?

注意:我不是在谈论 ObjectQuery.ToTraceString();

Is there a way to get all the SQL change script of the object context?

Note: I am not talking about ObjectQuery.ToTraceString();

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

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

发布评论

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

评论(1

落在眉间の轻吻 2024-08-03 20:15:55

不,不幸的是,产品“中”没有任何东西可以直接从 ObjectContext 中获取。

不过,您应该看看 Jarek 的 TracingProvider,它在 EF 和 SqlClient 之间注入一个层来进行日志记录等。

阅读相关内容 此处

No unfortunately there isn't anything 'in' the product and available directly off the ObjectContext.

However you should take a look at Jarek's TracingProvider, that injects a layer between the EF and SqlClient to do logging etc.

Read about it here.

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