How do I view the SQL generated by entity framework ?
(In my particular case I\'m using the mysql provider - if it matters)
If you want to have parameter values (not only @p_linq_0 but also their values) too, you can use IDbCommandInterceptor and add some logging to ReaderExecuted method.
@p_linq_0
ReaderExecuted