2009年3月14日
摘要: 当我们对查询后的dataset以回圈进行资料集的处理时,如果使用remove,移除某一列资料,资料集的索引将会改变for(int i=0;i<ds.table[0].rows.count;i++){if(i==2)ds.table[0].rows.removeAt(i) ;i++ //因为索引已改变} 阅读全文
posted @ 2009-03-14 13:26 chenshichang 阅读(139) 评论(0) 推荐(0)