Search Results for

    Show / Hide Table of Contents

    Delegate NoticeEventHandler

    Represents a method that handles the Notice event.

    Namespace: Npgsql
    Assembly: Npgsql.dll
    Syntax
    public delegate void NoticeEventHandler(object sender, NpgsqlNoticeEventArgs e);
    Parameters
    Type Name Description
    Object sender

    The source of the event.

    NpgsqlNoticeEventArgs e

    A NpgsqlNoticeEventArgs that contains the notice information (e.g. message, severity...).

    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team