获取 EF Core 生成的查询(包括参数)

发布于 2025-01-18 12:58:11 字数 293 浏览 0 评论 0原文

我需要为查询生成的SQL。

自EF Core 5以来,我们具有iqueryable.toquerystring(),它提供了无参数的查询本身。

我能找到的最好的,它使用反射从查询中提取参数。它适用于所有数据库提供商。但是,这是针对核心EF的。

如何在查询本身或作为链接问题中的对象数组中获取查询和参数? (除非有更好的方法,否则使用反射是可以的。)

I need the SQL generated for a query.

Since EF Core 5, we have IQueryable.ToQueryString() which provides the query itself without parameters.

The best I could find is this, which extracts parameters from the query using reflection. It works for all database providers. However it is for pre-Core EF.

How can I get the query AND parameters - either in the query itself, or as an array of objects like in the linked question? (Using reflection is ok, unless there's a better way.)

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文