Page 1 of 1

SQL Statements

Posted: Sun 05 Apr 2015 01:36
by asawyer13
I am new to most of this, tried a few things I googled but not working so I thought I would try here.
Using EF 6.1, mysql 5.5, VS2013.

Is there a simple way to turn on something in debug so I can see the sql statements that are being generated? It would make debugging so much easier.

Thanks
Al

Re: SQL Statements

Posted: Mon 06 Apr 2015 06:48
by Shalex
Please run the dbMonitor tool to enable tracing of the database activity: documentation, download link.