dataset ds=new dataset;//获取dataset的第一张table,取其他table只须改下标datatable dt=ds.tables[0];//遍历行foreach(datarow dr in dt.rows){//遍历列for(int i=0;i
直接循环就可以了。dataSet.Tables