C# Класс MySql.Data.MySqlClient.MySqlRowUpdatedEventArgs

Provides data for the RowUpdated event. This class cannot be inherited.
Наследование: System.Data.Common.RowUpdatedEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MySqlRowUpdatedEventArgs ( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System

Initializes a new instance of the MySqlRowUpdatedEventArgs class.

Описание методов

MySqlRowUpdatedEventArgs() публичный Метод

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 .
Результат System