摘要: using System;using System.Xml;using System.Data;using System.Text;using System.IO;namespace NET.MST.Tenth.XmlAndDataSet{ partial class XmlAndDataSet { static void Main(string[] args) { Console.WriteLine("从XML文档转换到DataSet:"); DataSet ds = ConvertXMLFileToDataSet("..\\..\\Test.xml" 阅读全文
posted @ 2011-05-31 11:38 brainmao 阅读(995) 评论(2) 推荐(0) 编辑