Skip to content

Commit

Permalink
Fixed DNET-127.
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Nov 8, 2007
1 parent 9034e80 commit 04f7791
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -470,7 +470,7 @@ protected override int Update(DataRow[] dataRows, DataTableMapping tableMapping)
}

// 7. Call AcceptChanges
if (this.AcceptChangesDuringUpdate)
if (this.AcceptChangesDuringUpdate && !row.HasErrors)
{
row.AcceptChanges();
}
Expand Down

0 comments on commit 04f7791

Please sign in to comment.