MySQL Connector/Net
MySqlRowUpdatingEventArgs Constructor |
Initializes a new instance of the MySqlRowUpdatingEventArgs class.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public MySqlRowUpdatingEventArgs( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
Public Sub New ( row As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping )
public: MySqlRowUpdatingEventArgs( DataRow^ row, IDbCommand^ command, StatementType statementType, DataTableMapping^ tableMapping )
new : row : DataRow * command : IDbCommand * statementType : StatementType * tableMapping : DataTableMapping -> MySqlRowUpdatingEventArgs
Parameters
- row
- Type: System.DataDataRow
The DataRow to Update(DataSet). - command
- Type: System.DataIDbCommand
The IDbCommand to execute during Update(DataSet). - statementType
- Type: System.DataStatementType
One of the StatementType values that specifies the type of query executed. - tableMapping
- Type: System.Data.CommonDataTableMapping
The DataTableMapping sent through an Update(DataSet).
