[.NET] 這樣設某個欄位值為NULL
我建了一個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
→
61.229.111.72 06/26, , 1F
61.229.111.72 06/26, 1F
Visual_Basic 近期熱門文章
PTT數位生活區 即時熱門文章