Search Results for

    Show / Hide Table of Contents

    Class NpgsqlNoticeEventArgs

    Provides data for a PostgreSQL notice event.

    Inheritance
    object
    NpgsqlNoticeEventArgs
    Namespace: Npgsql
    Assembly: Npgsql.dll
    Syntax
    public sealed class NpgsqlNoticeEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    Notice

    The Notice that was sent from the database.

    Declaration
    public PostgresNotice Notice { get; }
    Property Value
    Type Description
    PostgresNotice
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team