会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Jim
easonjim
Code, code and more code.
管理
2015年9月16日
DataSet筛选数据然后添加到新的DataSet中引发的一系列血案
摘要: 直入代码: var ds2 = new DataSet(); if (ds.Tables.Count > 0) { var rows = ds.Tables[0].Select(" usertype '...
阅读全文
posted @ 2015-09-16 00:00 EasonJim
阅读(1204)
评论(0)
推荐(2)
编辑