OracleBoolean.IsNull Eigenschap

Definitie

Geeft aan of de waarde van de OracleBoolean 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 de OracleBoolean waarde van de structuur Null is, anders false.

Van toepassing op

Zie ook