C# Class MySql.Data.MySqlClient.MySqlRowUpdatedEventArgs

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

Public Methods

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

Initializes a new instance of the MySqlRowUpdatedEventArgs class.

Method Details

MySqlRowUpdatedEventArgs() public method

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