[Mono-bugs] [Bug 75211][Nor] Changed - Cloning a Typed Dataset with relations

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 13 06:55:43 EDT 2005


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 tsureshkumar at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75211

--- shadow/75211	2005-07-13 06:42:10.000000000 -0400
+++ shadow/75211.tmp.14064	2005-07-13 06:55:43.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 75211
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: tsureshkumar at novell.com                            
 ReportedBy: timo-mono at pokorra.de               
 QAContact: mono-bugs at ximian.com
@@ -29,6 +29,12 @@
 
 foreach (DataRelation MyRelation in this.Relations) {
   // relations are often added in no-args constructor, don't add them
   // twice.
   if (!Copy.Relations.Contains(MyRelation.RelationName)) {
   ...
+
+------- Additional Comments From tsureshkumar at novell.com  2005-07-13 06:55 -------
+when cloning, the returned dataset is created new, so it is not
+required to do that check as no relations exist already.
+
+if you have a scenario, where it fails, please post. 


More information about the mono-bugs mailing list