SqlBytes.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 SqlBytes for NULL, false caso contrário.true if the SqlBytes is null, false otherwise.
Implementações
Comentários
O valor padrão é false.The default value is false.