SqlBytes.IsNull 屬性

定義

取得布林值,這個值表示這個 SqlBytes 是否為 null。

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

屬性值

Boolean

如果 SqlBytes 是 null,則為 true,否則為 false

實作

備註

預設值是 false

適用於

另請參閱