System.Data.Common.RowUpdatingEventArgs public class RowUpdatingEventArgs : EventArgs Documentation protected virtual IDbCommand BaseCommand { get; protected set; } public IDbCommand Command { get; set; } public Exception Errors { get; set; } public DataRow Row { get; } public StatementType StatementType { get; } public UpdateStatus Status { get; set; } public DataTableMapping TableMapping { get; } public RowUpdatingEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)