使用DataSet和DataView搜索XML文档
//速度慢(最好采用多线程)private void button1_Click(object sender, System.EventArgs e){DataSet dsProducts = new DataSet();dsProducts.ReadXml("G://aaa//corp.xml");DataView dv=new DataView(dsProducts.Tables["recor
原创
2004-09-23 23:47:00 ·
1032 阅读 ·
0 评论