OracleBoolean.IsNull プロパティ

定義

OracleBoolean構造体の値が null かどうかを示します。

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

プロパティ値

true 構造体の OracleBoolean 値が Null の場合は null、それ以外の場合は false

適用対象

こちらもご覧ください