SqlBytes.IsNull Propriedade

Definição

Obtém um valor booliano que indica se esta SqlBytes é nula.Gets a Boolean value that indicates whether this SqlBytes 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 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.

Aplica-se a