Search Results for

    Show / Hide Table of Contents

    Delegate NpgsqlRowUpdatingEventHandler

    Represents the method that handles the RowUpdating events.

    Namespace: Npgsql
    Assembly: Npgsql.dll
    Syntax
    public delegate void NpgsqlRowUpdatingEventHandler(object sender, NpgsqlRowUpdatingEventArgs e)
    Parameters
    Type Name Description
    object sender

    The source of the event.

    NpgsqlRowUpdatingEventArgs e

    An NpgsqlRowUpdatingEventArgs that contains the event data.

    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team