看板 Visual_Basic 關於我們 聯絡資訊
我建了一個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
tsungshien:DBNULL.VALUE() 61.229.111.72 06/26