SqlBoolean.Null Feld
Definition
Stellt ein DBNull dar, das dieser Instanz der SqlBoolean-Struktur zugewiesen werden kann.Represents DBNull that can be assigned to this instance of the SqlBoolean structure.
public: static initonly System::Data::SqlTypes::SqlBoolean Null;
public static readonly System.Data.SqlTypes.SqlBoolean Null;
staticval mutable Null : System.Data.SqlTypes.SqlBoolean
Public Shared ReadOnly Null As SqlBoolean
Feldwert
Hinweise
Das Null Feld ist eine Konstante für die SqlBoolean Struktur.The Null field is a constant for the SqlBoolean structure. Weitere Informationen finden Sie unter Behandeln von NULL-Werten.For more information, see Handling Null Values.