OracleBoolean.IsTrue 属性
定义
public:
property bool IsTrue { bool get(); };
public bool IsTrue { get; }
member this.IsTrue : bool
Public ReadOnly Property IsTrue As Boolean
属性值
如果 true 为 Value,则为 true;否则为 false。true if Value is true; otherwise, false.
注解
如果 Value 为 Null ,则此属性仍为 false 。If the Value is Null, this property still is false.