MySql.Data.MySqlClient.MySqlDataAdapter.CreateRowUpdatedEvent C# (CSharp) Метод

CreateRowUpdatedEvent() защищенный Метод

Overridden. See DbDataAdapter.CreateRowUpdatedEvent.
protected CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatedEventArgs
dataRow System.Data.DataRow
command IDbCommand
statementType StatementType
tableMapping System.Data.Common.DataTableMapping
Результат System.Data.Common.RowUpdatedEventArgs
		override protected RowUpdatedEventArgs CreateRowUpdatedEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
		{
			return new MySqlRowUpdatedEventArgs(dataRow, command, statementType, tableMapping);
		}