SqlInt16.IsNull Propiedad

Definición

Indica si esta estructura SqlInt16 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 es NULL. En caso contrario, es false. Para obtener más información, vea Control de valores NULL.

Implementaciones

Se aplica a

Consulte también