摘要: DataSet转换为xml文件 //将DataSet转换为xml文件 private static void ConvertDataSetToXMLFile(DataSet xmlDS, string xmlFile) { MemoryStream stream = null; XmlTextW... 阅读全文
posted @ 2015-09-13 15:45 沙耶 阅读(1127) 评论(0) 推荐(0)