SqlChars.IsNull Eigenschaft
Definition
public:
property bool IsNull { bool get(); };
public bool IsNull { get; }
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean
Eigenschaftswert
true
, wenn SqlChars NULL ist.true
if the SqlChars is null. Andernfalls false
.Otherwise, false
.
Implementiert
Hinweise
Standardwert: false
.The default value is false
. Weitere Informationen finden Sie unter Behandeln von NULL-Werten.For more information, see Handling Null Values.