SqlString.IsNull Propriedade

Definição

Indica se esta estrutura SqlString é nula.

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. Caso contrário, false.

Implementações

Comentários

Para obter mais informações, consulte Manipulando valores nulos.

Aplica-se a

Confira também