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

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

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