G
Guest
Typed DataSet is generating DataSetName as a Root node when I write XmlDataDocument.WriteTo(writer)
I found a way around it (using SelectSingleNode) but I cannot find the solution when loading XmlDataDocument linked to a similar typed DataSet, from an XML file that doesn't have that DataSetName as a Root node
Both DataSets were auto-generated based on Schemas added to the project.
Thank you
I found a way around it (using SelectSingleNode) but I cannot find the solution when loading XmlDataDocument linked to a similar typed DataSet, from an XML file that doesn't have that DataSetName as a Root node
Both DataSets were auto-generated based on Schemas added to the project.
Thank you