Search Results for

    Show / Hide Table of Contents

    Delegate MySqlRowUpdatingEventHandler

    Represents the method that will handle the RowUpdating event of a MySqlDataAdapter.

    Namespace: MySql.Data.MySqlClient
    Assembly: MySql.Data.dll
    Version: 9.3.0
    Syntax
    public delegate void MySqlRowUpdatingEventHandler(object sender, MySqlRowUpdatingEventArgs e);
    Parameters
    Type Name Description
    System.Object sender
    MySqlRowUpdatingEventArgs e
    In This Article
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.