OracleNumber.IsNull プロパティ

定義

このOracleNumber構造体のValueが null かどうかを示します。

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

プロパティ値

true Valueが null の場合は null、それ以外の場合はfalse

実装

適用対象