[Mono-bugs] [Bug 61233][Nor] Changed - DataSet::ExtendedProperties not written on DataSet::WriteXml

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 17 Jul 2004 01:00:46 -0400 (EDT)


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 miguel@ximian.com.

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

--- shadow/61233	2004-07-07 07:13:56.000000000 -0400
+++ shadow/61233.tmp.6310	2004-07-17 01:00:46.000000000 -0400
@@ -10,13 +10,13 @@
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dev@6wardlaw.freeserve.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
+Cc: atsushi@ximian.com,sumadevi@novell.com
 Summary: DataSet::ExtendedProperties not written on DataSet::WriteXml
 
 Description of Problem:
 DataSet extended properties are not included on serialization of the 
 dataset to xml. Microsoft .Net will write these properties ( if they are 
 string based ) to the xml data. The main use I have made of this 
@@ -69,6 +69,9 @@
 
 WriteXml (XmlWriter, XmlWriteMode) [System.Data.DataSet:697]
 
 This could simply make use of the ToString( ) method for any objects 
 stored. It would then be up to the user of the container to ensure that 
 the string could be interpreted as required.
+
+------- Additional Comments From miguel@ximian.com  2004-07-17 01:00 -------
+Adding Atsushi and Uma who have worked on this area in the past.