SqlDouble.IsNull 属性
定义
public:
property bool IsNull { bool get(); };
public bool IsNull { get; }
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean
属性值
如果 true 为 null,则为 Value。true if Value is null. 否则为 false。Otherwise, false.
实现
注解
有关详细信息,请参阅 处理 Null 值。For more information, see Handling Null Values.