摘要: 直接上代码 int proid1 = 0; foreach (DataRow row1 in tables.Rows) { if (Convert.ToInt32(row1["ProID"]) == proid1) { row1.Delete(); //tables.Rows.Remove(row1); ... 阅读全文
posted @ 2012-04-18 18:05 一个土豆一棵青菜 阅读(232) 评论(0) 推荐(0)