标签: c# ef-code-first mvc-mini-profiler entity-framework-4.3
我正在尝试使用Entity Framework 4.3 Code first和MVC 4在后台线程上运行的查询中显示SQL时序。另一个thread提到了一个很好的方法来做到这一点,但我不认为这种方法适用于Code First,因为SqlTimings列表最终没有任何项目。
我不能多次拨打MiniProfilerEF.Initialize()而Clone()不起作用,所以我不确定还能做什么。有人有什么好主意吗?
MiniProfilerEF.Initialize()
Clone()