How do I view the SQL generated by the Entity Framework?

后端 未结 22 2907
别那么骄傲
别那么骄傲 2020-11-21 05:35

How do I view the SQL generated by entity framework ?

(In my particular case I\'m using the mysql provider - if it matters)

22条回答
  •  梦谈多话
    2020-11-21 06:06

    For me, using EF6 and Visual Studio 2015 I entered query in the immediate window and it gave me the generated SQL Statement

提交回复
热议问题