获取 EF Core 生成的查询(包括参数)
我需要为查询生成的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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论