OracleMonthSpan.IsNull プロパティ

定義

Value 構造体の OracleMonthSpan プロパティが null かどうかを示す値を取得します。

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

プロパティ値

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

実装

適用対象