Entity Framework中如何获取生成的insert,update,delete语句?用代码的方式?
使用Sql Profile或者断点
用的什么数据库?
Sql Server的话,可以使用Sql Profile,使用方法:http://www.cnblogs.com/Fooo/archive/2013/02/19/2916789.html
mysql的话可以给Mysql添加sql记录文件,在文件中查找.http://www.linuxidc.com/Linux/2010-11/29804.htm
具体使用方式查看链接.
断点即可.