OracleBoolean.Value 属性
定义
获取 OracleBoolean 结构的值。Gets the OracleBoolean structure's value. 此属性为只读。This property is read-only.
public:
property bool Value { bool get(); };
public bool Value { get; }
member this.Value : bool
Public ReadOnly Property Value As Boolean
属性值
如果 OracleBoolean 为 True,则为 true;否则为 false。true if the OracleBoolean is True; otherwise false.