以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- GetValues,Select使用不用new (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=153656) |
-- 作者:zhenghangbo -- 发布时间:2020/8/18 14:53:00 -- GetValues,Select使用不用new Dim Products As List(Of String) Products = DataTables("产品").GetValues("产品名称") Dim drs As List(Of
DataRow) 为什么GetValues,Select定义集合的时候不用new? 正常定义集合:Dim Names As New List(Of String) |
-- 作者:有点蓝 -- 发布时间:2020/8/18 14:54:00 -- 请不要重复提问同一个问题http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&Id=153587 |
-- 作者:zhenghangbo -- 发布时间:2020/8/18 14:57:00 -- 哦 |