不用非得去 SQL Server Profiler 中查看了

方法如下:

dbContext.Database.Log+=c=>Console.WriteLine(c)

相关文章: