Show / Hide Table of Contents

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
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX