Is there an easy way to see SQL statements generated by EntityDataSource?
SQL Server profiling/tracing is not an option here.
Thank You
|
Is there an easy way to see SQL statements generated by EntityDataSource? SQL Server profiling/tracing is not an option here. Thank You | |||
|
feedback
|
|
I used to use NHProf a profiler for NHibernate and it is awesome. So I can surely say that you should try the Entity Framework Profiler | |||
feedback
|
|
You can cast to
For tracing/caching you can try the EF Caching and Tracing Provider Wrapper. I haven't had a chance to try it yet, but it's definitely on my to do list. | |||||
feedback
|