Show / Hide Table of Contents

Class NpgsqlNoticeEventArgs

Provides data for a PostgreSQL notice event.

Inheritance
System.Object
System.EventArgs
NpgsqlNoticeEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Back to top Generated by DocFX