For debugging purposes, I'd like to view the SQL command that is being sent to my database when I call .SaveChanges() on my container object. Is there a way to spy that value?
Tha开发者_如何学JAVAnks in advance!
For debugging purposes, I'd like to view the SQL command that is being sent to my database when I call .SaveChanges() on my container object. Is there a way to spy that value?
Tha开发者_如何学JAVAnks in advance!
精彩评论