Class MySqlRowUpdatingEventArgs
Provides data for the RowUpdating event. This class cannot be inherited.
Inheritance
System.Object
System.EventArgs
System.Data.Common.RowUpdatingEventArgs
MySqlRowUpdatingEventArgs
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public sealed class MySqlRowUpdatingEventArgs : RowUpdatingEventArgs
Constructors
MySqlRowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)
Initializes a new instance of the MySqlRowUpdatingEventArgs class.
Declaration
public MySqlRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Parameters
Type | Name | Description |
---|---|---|
System. |
row | The System. |
System. |
command | The System. |
System. |
statementType | One of the System. |
System. |
tableMapping | The System. |
Properties
Command
Gets or sets the MySqlCommand to execute when performing the Update.
Declaration
public MySqlCommand Command { get; set; }
Property Value
Type | Description |
---|---|
My |