Page 1 of 1

Devart.Data.PostgreSql.PgSqlMonitor is missing?

Posted: Wed 23 Mar 2011 15:10
by ChrisMH
I can't find this class in the distribution I have (2.20.15.0).

How is monitoring enabled using LinqConnect?

Posted: Wed 23 Mar 2011 15:55
by StanislavK
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.

Posted: Wed 23 Mar 2011 19:04
by ChrisMH
Thank you, that works perfectly.