会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
草原和大树
没落的帝王向往草原大树的生活
博客园
首页
新随笔
联系
订阅
管理
2008年12月9日
XML与DataSet的相互转换类
摘要: XmlDatasetConvert 该类提供了四种方法: 1、将xml对象内容字符串转换为DataSet 2、将xml文件转换为DataSet 3、将DataSet转换为xml对象字符串 4、将DataSet转换为xml文件 XmlDatasetConvert.cs using System; using System.Collections.Generic; using System.Tex...
阅读全文
posted @ 2008-12-09 08:52 草原和大树
阅读(7198)
评论(2)
推荐(0)
编辑