需要使用三元操作符:

newValue = (oldValue is DBNull) ? null : oldValue;

相关文章: