以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助] 如何新增备注类型的列  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=135493)

--  作者:2900819580
--  发布时间:2019/5/28 10:20:00
--  [求助] 如何新增备注类型的列
 If dt.DataCols.Contains("Ed") = False Then dt.DataCols.Add("Ed",Gettype(String))
[此贴子已经被作者于2019/5/28 10:20:29编辑过]

--  作者:y2287958
--  发布时间:2019/5/28 10:36:00
--  
If dt.DataCols.Contains("Ed") = False Then dt.DataCols.Add("Ed",Gettype(String),1000)