C# Class MySql.Data.MySqlClient.MySqlRowUpdatedEventArgs

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

Méthodes publiques

Méthode Description
MySqlRowUpdatedEventArgs ( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System

Initializes a new instance of the MySqlRowUpdatedEventArgs class.

Method Details

MySqlRowUpdatedEventArgs() public méthode

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 .
Résultat System