Hi All,
I have come across this, which is a visualliser for LINQ to Entities which can be used in visual studio,
http://www.thinqlinq.com/Post.aspx/Title/LINQ-to-Entity-Visualizer#close=1
The only problem is that it debugs LINQ statements. I am doing an insert statement, is there any way to see what SQL the LINQ to Entities engine is going to execute when doing an insert?
Thanks.