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

属性值

Boolean

如果 OracleBooleanTrue,则为 true;否则为 falsetrue if the OracleBoolean is True; otherwise false.

适用于

另请参阅