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。

實作

適用於