Page 1 of 1

LinQ& DBMonitor

Posted: Mon 10 Nov 2008 13:33
by Zero-G.
Hey

One mor LinQ question. Will it be possible, that LINQ queries are visible in the DBMonitor?

Or is it still possible - How?

THX

Posted: Tue 11 Nov 2008 14:41
by Shalex
LINQ to Entities queries are visible in the DBMonitor. To enable it, create an instance of the MySqlMonitor class in your application and set its "IsActive" property to true (it can be done in design time or in run time). Run the DBMonitor application (you can download it from our site). As a result, all the LINQ to Entities requests will be shown.