如何將DataSet的內容寫入xml檔案中?
可通過如下方法實現:InfoDataSet1.RealDataSet.WriteXml(@"C:\\dataset.xml");