How do I view the SQL generated by entity framework ?
(In my particular case I\'m using the mysql provider - if it matters)
Starting with EF6.1 you can use Interceptors to register a database logger. See chapters "Interceptors" and "Logging Database Operations" to a File here