作者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