SqlBinary.IsNull プロパティ

定義

この SqlBinary 構造体が null であるかどうかを示します。 このプロパティは読み取り専用です。

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

プロパティ値

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

実装

注釈

詳細については、「 Null 値の処理」を参照してください。

適用対象

こちらもご覧ください