Class NpgsqlNoticeEventArgs
- Namespace
- Npgsql
- Assembly
- Npgsql.dll
Provides data for a PostgreSQL notice event.
public sealed class NpgsqlNoticeEventArgs : EventArgs
- Inheritance
-
NpgsqlNoticeEventArgs
- Inherited Members
Properties
Notice
The Notice that was sent from the database.
public PostgresNotice Notice { get; }