摘要:
参考:http://www.cnblogs.com/wuxiaoqian726/articles/1976985.html修改方法:public DataSet CXmlFileToDataSet(string xmlPath,string xmlSchemaPath)3 { Guid parentId=new Guid();//新建父节点ID;将值存入子节点数据中对应“ID” 存入DataSet中;(而且要判断有多个父节点,创建多少个;对应存入DataSet中,它的子节点中)4 DataSet ds = new DataSet();5 ds.ReadXmlSchema(xmlSchemaPa 阅读全文
posted @ 2011-05-15 14:55
恶人鱼
阅读(457)
评论(0)
推荐(0)