Is there a way I can view the Entity Sql (eSQL) that my Linq-to-entities queries are generating with EF framework (that is, not native SQL, but eSQL, if that makes sense?)
Thanks!
To view linq query in development environment.
view example in image http://i.stack.imgur.com/t6PK6.png