Class MySqlRowUpdatedEventArgs
Provides data for the RowUpdated event. This class cannot be inherited.
Inheritance
System.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
MySqlRowUpdatedEventArgs
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public sealed class MySqlRowUpdatedEventArgs : RowUpdatedEventArgs
Constructors
MySqlRowUpdatedEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)
Initializes a new instance of the MySqlRowUpdatedEventArgs class.
Declaration
public MySqlRowUpdatedEventArgs(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 executed when Update is called.
Declaration
public MySqlCommand Command { get; }
Property Value
Type | Description |
---|---|
My |