SqlString.IsNull Propriedade
Definição
public:
property bool IsNull { bool get(); };
public bool IsNull { get; }
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean
Valor da propriedade
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.