Npgsql API Documentation

NpgsqlConnection.Notification Event

[This is preliminary documentation and subject to change.]

Occurs on NotificationResponses from the PostgreSQL backend.

[Visual Basic]
Public Event Notification As NotificationEventHandler
[C#]
public event NotificationEventHandler Notification;

See Also

NpgsqlConnection Class | Npgsql Namespace