Search Results for

    Show / Hide Table of Contents

    Class NpgsqlNoticeEventArgs

    Provides data for a PostgreSQL notice event.

    Inheritance
    Object
    EventArgs
    NpgsqlNoticeEventArgs
    Inherited Members
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team