See generated SQL?

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
extrakun
Posts: 22
Joined: Wed 20 Apr 2011 06:02

See generated SQL?

Post by extrakun » Tue 20 Sep 2011 16:49

How do I see the generated SQL for a given query for the Entity Framework?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 21 Sep 2011 09:58

Please create an instance of OracleMoniror in your code and set its IsActive property to True to get the SQL that is sent to the server:
Download link: http://www.devart.com/dbmonitor/dbmon3.exe
Documentation: http://www.devart.com/dotconnect/oracle ... nitor.html

Post Reply