PropertyData.IsNull プロパティ

定義

指定されたデータに NULL 値が含まれているかどうかを示す値を取得します。

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

プロパティ値

値が NULL の場合は true、それ以外の場合は false です。

実装

適用対象