OracleBoolean.IsTrue Property

Definition

Indicates whether the current Value is True.

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

Property Value

true if Value is true; otherwise, false.

Remarks

If the Value is Null, this property still is false.

Applies to

See also