Convert Dataset to XML

前端 未结 7 1735
野性不改
野性不改 2020-11-30 05:14

I\'ve been stuck with this problem for a few hours and can\'t seem to figure it out, so I\'m asking here :)

Alright, I\'ve got this function:

private         


        
7条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 05:46

    Use DataSet.WriteXml - it will output the dataset as XML.

提交回复
热议问题