开发者

How do you view Entity Framework calls in SQL Server Profiler?

开发者 https://www.devze.com 2023-02-22 06:32 出处:网络
I have a project that utilizes Entity Framework.I want to run SQL S开发者_如何转开发erver Profiler to see how many calls are being made to the database.I\'ve enabled almost every different event possi

I have a project that utilizes Entity Framework. I want to run SQL S开发者_如何转开发erver Profiler to see how many calls are being made to the database. I've enabled almost every different event possible to trace, but still I don't see the events being triggered.

I've searched online and it appears that a few tools are available to purchase.


I found out the issue. I assumed Entity Framework was loading all of the entities when the web app started. I had to call a entity first for the queries to show up.

0

精彩评论

暂无评论...
验证码 换一张
取 消