Devart.Data.PostgreSql.PgSqlMonitor is missing?

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
ChrisMH
Posts: 14
Joined: Tue 15 Mar 2011 18:11

Devart.Data.PostgreSql.PgSqlMonitor is missing?

Post by ChrisMH » Wed 23 Mar 2011 15:10

I can't find this class in the distribution I have (2.20.15.0).

How is monitoring enabled using LinqConnect?

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Wed 23 Mar 2011 15:55

LinqConnect includes dotConnect for PostgreSQL Express only, and the Express edition does not include the PgSqlMonitor component.

To trace SQL statements executed for your LINQ queries, you can use the LinqMonitor component instead:
http://www.devart.com/linqconnect/docs/ ... nitor.html
Note that it is located in the Devart.Data.Linq.Monitoring namespace, thus you may need adding the proper 'using' statement.

ChrisMH
Posts: 14
Joined: Tue 15 Mar 2011 18:11

Post by ChrisMH » Wed 23 Mar 2011 19:04

Thank you, that works perfectly.

Post Reply