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

System.Data.Common.RowUpdatedEventArgs

public IDbCommand Command { get; }

public Exception Errors { get; set; }

public int RecordsAffected { get; }

public DataRow Row { get; }

public int RowCount { get; }

public StatementType StatementType { get; }

public UpdateStatus Status { get; set; }

public RowUpdatedEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)

public void CopyToRows(DataRow[] array)

public void CopyToRows(DataRow[] array, int arrayIndex)