OracleString.IsNull 属性

定义

指示 ValueOracleString 是否为 NullIndicates whether the Value of the OracleString is Null.

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

属性值

Boolean

如果 ValueNull,则为 true;否则为 falsetrue if Value is Null, otherwise false.

实现

适用于