LinQ& DBMonitor

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

LinQ& DBMonitor

Post by Zero-G. » Mon 10 Nov 2008 13:33

Hey

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

Or is it still possible - How?

THX

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

Post by Shalex » Tue 11 Nov 2008 14:41

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.

Post Reply