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.

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