OracleBinary.IsNull Właściwość
Definicja
Pobiera wartość wskazującą, czy Value Właściwość OracleBinary struktury ma wartość null.Gets a value indicating whether the Value property of the OracleBinary structure is null.
public:
property bool IsNull { bool get(); };
public bool IsNull { get; }
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean
Wartość właściwości
true
Jeśli Value
ma wartość null, false
w przeciwnym razie.true
if Value
is null, otherwise false
.