OracleString.IsNull 属性
定义
指示 Value 的 OracleString 是否为 Null。Indicates 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
属性值
如果 Value 是 Null,则为 true;否则为 false。true if Value is Null, otherwise false.