liye

liye

博客园 首页 新随笔 联系 订阅 管理

2010年5月31日 #

摘要: DataRow[] DataRows = DsTable.Select("Field1='A'"); foreach (DataRow dr in DataRows) { dr[ColumnName] = NewValue; } 阅读全文
posted @ 2010-05-31 15:47 晔 阅读(1179) 评论(0) 推荐(0) 编辑