最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
判断某个列名是否存在于某个DataTable
时间:2022-06-25 03:17:07 编辑:袖梨 来源:一聚教程网
判断某个列名是否存在于某个datatable
datatable t = new datatable();
datacolumn col = new datacolumn("aaa");
t.columns.add(col);
col = new datacolumn("bbb");
t.columns.add(col);
col = new datacolumn("c");
t.columns.add(col);
bool b = t.columns.contains("bbb");
相关文章
- 伊瑟利斯角色如何使用 08-25
- 灵兽大冒险后期怎么加点 08-25
- 物华弥新金瓯永固杯有什么玩法技巧 08-25
- 火影忍者木叶高手春野樱有哪些技能 08-25
- 尘白禁区恩雅澜风怎么样 08-25
- 无间梦境医院关卡如何通关 08-25