SqlString.IsNull Propriedade

Definição

Indica se esta estrutura SqlString é nula.Indicates whether this SqlString structure is null.

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

Valor da propriedade

Boolean

true se Value for Null.true if Value is Null. Caso contrário, false.Otherwise, false.

Implementações

Comentários

Para obter mais informações, consulte lidando com valores nulos.For more information, see Handling Null Values.

Aplica-se a