<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.Data.Common.RowUpdatingEventArgs

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 RowUpdatingEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)