Parameters
- dataRow
- The System.Data.DataRow used to update the data source.
- command
- The System.Data.IDbCommand executed during the System.Data.IDataAdapter.Update(System.Data.DataSet).
- statementType
- Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.
- tableMapping
- A System.Data.Common.DataTableMapping object.
Return Value
A new instance of the System.Data.Common.RowUpdatedEventArgs class.