OracleBoolean.IsNull 属性

定义

指示 OracleBoolean 结构的值是否为 null。

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

属性值

trueOracleBoolean如果结构的值为 Null,则为 ;否则为 false

适用于

另请参阅