C# Class MySql.Data.MySqlClient.MySqlRowUpdatingEventArgs

Provides data for the RowUpdating event. This class cannot be inherited.
Inheritance: System.Data.Common.RowUpdatingEventArgs
Exibir arquivo Open project: elevate/mysqlconnector-.net Class Usage Examples

Public Methods

Method Description
MySqlRowUpdatingEventArgs ( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System

Initializes a new instance of the MySqlRowUpdatingEventArgs class.

Method Details

MySqlRowUpdatingEventArgs() public method

Initializes a new instance of the MySqlRowUpdatingEventArgs class.
public MySqlRowUpdatingEventArgs ( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System
row System.Data.DataRow The to /// .
command IDbCommand The to execute during .
statementType StatementType One of the values that specifies the type of query executed.
tableMapping System.Data.Common.DataTableMapping The sent through an .
return System