SqlBoolean.Null Campo
Definição
Representa um DBNull que pode ser atribuído a essa instância da estrutura SqlBoolean.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
Valor do campo
Comentários
O Null campo é uma constante para a SqlBoolean estrutura.The Null field is a constant for the SqlBoolean structure. Para obter mais informações, consulte lidando com valores nulos.For more information, see Handling Null Values.