SqlBytes.IsNull Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob dieses SqlBytes NULL ist.

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

Eigenschaftswert

true, wenn SqlBytes NULL, andernfalls false.

Implementiert

Hinweise

Standardwert: false.

Gilt für:

Weitere Informationen