OriginalIsNull

判断某一列的原始值是否为空。

例如:

If DataTables("订单").DataRows(0).OriginalIsNull("日期") Then
    MessageBox.Show(
"此行之前的日期值为空!")
End
If


本页地址:http://www.foxtable.com/webhelp/topics/2411.htm