![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| I have a dataset that I want to write to XML The dataset has two data tables with a parent child relationship 1:1 What I want to do is when I use myDataset.WriteXML(somefile); Create a document that places the child within the parent node for example TestedBatch BatchNumber 1234 / TestDate 1/1/2006 / TestDetails> <--- this is the child table test1 "5.0" test2 "3.3" /TestDetails /TestedBatch I'm not getting this when I write to XML, I get all of the parent table entries, and then all of the child table entries. Any thoughts? Thanks, Jusitn |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |