SqlBytes.IsNull プロパティ

定義

この SqlBytes が null かどうかを示すブール値を取得します。

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

プロパティ値

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

実装

注釈

既定値は false です。

適用対象

こちらもご覧ください