OracleBoolean.IsTrue Właściwość
Definicja
public:
property bool IsTrue { bool get(); };
public bool IsTrue { get; }
member this.IsTrue : bool
Public ReadOnly Property IsTrue As Boolean
Wartość właściwości
true
Jeśli Value
false
jest true
; w przeciwnym razie,.true
if Value
is true
; otherwise, false
.
Uwagi
Value Jeśli jest Null, ta właściwość nadal jest false
.If the Value is Null, this property still is false
.