Write XML from Dataset ignoring ID

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Dear professionals,<br/> <br/> <br/> I built a DataSet with tables, each including ID Columns, and corresponding DataRelations to connect between the tables.<br/> <br/> When I write an XML-File with "ds.WriteXML(pathString)" I get a nested XML-file. But the ID-Columns are written as well, what I dont need, because they are only for the purpose of relating tables and this is reflected by nesting the data in XML.<br/> <br/> Does anybody know how to ignore the ID-Column in each table writing a XML-file?<br/> <br/> <br/> Best regards

View the full article
 
Back
Top