Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75123 --- shadow/75123 2005-06-05 03:41:24.000000000 -0400 +++ shadow/75123.tmp.18132 2005-06-05 05:40:37.000000000 -0400 @@ -141,6 +141,14 @@ ------- Additional Comments From [EMAIL PROTECTED] 2005-06-05 03:41 ------- Suresh: can you please review the patch? This bug is reproducible w/o GetXml() and am not so sure how today's DataRowCollection.AddInternal() works. + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-05 05:40 ------- +Atsushi, DataRowCollection.AddInternal() is called by +DataRowCollection.Add() after a few checks (row isn't null, row +belongs to this table, row is detached) and a conditioned call to +ValidateDataRowInternal(). DataRowCollection.Add() also calls +row.BeginEdit() before ValidateDataRowInternal(), but I can't +understand why would that be needed or useful. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
