Notification sending

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
jeen
Posts: 2
Joined: Fri 19 Aug 2016 19:17

Notification sending

Post by jeen » Fri 19 Aug 2016 19:43

Npgsql has the ability to send notifications like described here:

http://www.npgsql.org/doc/wait.html

Does dotConnect for PostgreSql also support this?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Notification sending

Post by Pinturiccio » Mon 22 Aug 2016 10:47

Yes, dotConnect for PostgreSQL can also work with notifications. For more information, please refer to https://www.devart.com/dotconnect/postg ... on_EV.html

dotConnect for PostgreSQL also has the PgSqlAlerter class that manages PostgreSQL notifications with LISTEN and NOTIFY commands. For more information, please refer to http://www.devart.com/dotconnect/postgr ... erter.html

Post Reply