MySql.Data.MySqlClient.MySqlRowUpdatedEventArgs.MySqlRowUpdatedEventArgs C# (CSharp) Method

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
		public MySqlRowUpdatedEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
			: base(row, command, statementType, tableMapping) 
		{
		}
MySqlRowUpdatedEventArgs