https://bugzilla.novell.com/show_bug.cgi?id=582732
https://bugzilla.novell.com/show_bug.cgi?id=582732#c6 --- Comment #6 from Frank Hao <[email protected]> 2010-12-10 01:25:29 UTC --- I tested the fix on DataSet.ReadXml(). I got all the extended properties for DataSet, DataTable, and DataColumn from MS System.Data 4.0 on a Wcf server to iPhone by Mono System.Data 2.8 beta. However, I found a related issue when I merge the DataSet to the local one. Microsoft System.Data 4.0 DataSet.Merge() merges all the extended properties for DataSet, DataTable, and DataColumn. While the beta only merges the extended properties for DataTable, but not DataColumn and DataSet. The attached file is a modification of early one to verify the merge of extended properties. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
