SqlDecimal.IsNull Propiedad

Definición

Indica si esta SqlDecimal estructura es null.

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

Valor de propiedad

true si esta SqlDecimal estructura es null. En caso contrario, es false.

Implementaciones

Comentarios

Para obtener más información, vea Control de valores NULL.

Se aplica a

Consulte también