OracleBoolean.IsTrue 属性

定义

指示当前 Value 是否为 True

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

属性值

如果 trueValue,则为 true;否则为 false

注解

Value如果 为 Null,则此属性仍为 false

适用于

另请参阅