Silverlight w/ Entity Framework - How to use dbMonitor?

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
Emily
Posts: 13
Joined: Mon 30 Nov 2009 23:45

Silverlight w/ Entity Framework - How to use dbMonitor?

Post by Emily » Wed 26 May 2010 14:59

Hello -

I would like to use dbMonitor to see what is going through to the database in my Silverlight 3.0 applications. I am currently using WCF Data Services as the web service layer and Entity Framework 1.0. Is this possible? I tried looking for a sample in the dotConnect samples that is installed on my PC, but couldn't find one.

Or if this is not possible with dbMonitor, is there another way to trace the SQL from my Silverlight/EF application?

Any and all advice will be greatly appreciated.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 28 May 2010 11:58

There is no difference with the DBMonitor usage in console application.
The only possible difference is in the case when you need to monitor queries remotely. Then you should set the Host and Port properties correctly.
More information is available in the "Using DBMonitor" article here.

Post Reply