OracleBoolean.IsTrue 属性

定义

指示当前 Value 是否为 TrueIndicates 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

属性值

Boolean

如果 trueValue,则为 true;否则为 falsetrue if Value is true; otherwise, false.

注解

如果 ValueNull ,则此属性仍为 falseIf the Value is Null, this property still is false.

适用于

另请参阅