开发者

Dataset from Nested xml in c#

开发者 https://www.devze.com 2023-02-26 14:38 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消