PropertyData.IsNull 属性

定义

获取一个值,该值指示指定的数据是否包含 Null 值。

public:
 property bool IsNull { bool get(); };
public bool IsNull { get; }
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean

属性值

Boolean

如果值为 Null,则返回 true;否则返回 false。

实现

适用于