Search code examples
entity-frameworkentitydatasourceentity-sql

SQL from EntityDataSource


Is there an easy way to see SQL statements generated by EntityDataSource?

SQL Server profiling/tracing is not an option here.


Solution

  • 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
    I just checked and, as for NHProf, there is a free trial version.