OracleBoolean.IsNull Vlastnost

Definice

Určuje, zda hodnota OracleBoolean struktury má hodnotu null.

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

Hodnota vlastnosti

true OracleBoolean pokud je hodnota struktury Null, jinak false.

Platí pro

Viz také