SqlInt16.IsNull プロパティ

定義

この SqlInt16 構造体が 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。 詳細については、「 Null 値の処理」を参照してください。

実装

適用対象

こちらもご覧ください