作者wtchuang (大白与小白的对抗)
看板Visual_Basic
标题[.NET] 这样设某个栏位值为NULL
时间Fri Jun 24 18:05:32 2005
我建了一个datatable,我要设某栏位值为NULL,要怎麽设。
dim dt as datatable=new datatable
'create new column
dim myrow=dt.newrow()
myrow(0)= ????? '这边要怎麽写
'
'
'
if myrow.isnull(0) then
console.writeline("is null")
else
console.writeline("is not null")
end if
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.126.143.66
1F:→ tsungshien:DBNULL.VALUE() 61.229.111.72 06/26