SqlInt16.IsNull Eigenschap

Definitie

Geeft aan of deze SqlInt16 structuur null is.

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

Waarde van eigenschap

true als null. Anders false. Zie Null-waarden verwerken voor meer informatie.

Implementeringen

Van toepassing op

Zie ook