Class NpgsqlNoticeEventArgs
Provides data for a notice event.
Inheritance
System.Object
NpgsqlNoticeEventArgs
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlNoticeEventArgs : EventArgs
Properties
Notice
The Notice that was sent from the database.
Declaration
public PostgresNotice Notice { get; }
Property Value
Type | Description |
---|---|
PostgresNotice |