I have an xml output from a webservice which is a nested xml. 开发者_高级运维I have to convert it to a dataset in c#. How can I do it?
Anoop George Thomas
check Linq to XML nested query Anoob
And Load nested XML into dataset
To fill a DataSet with data from XML, use the ReadXml method of the DataSet object.
精彩评论