OracleBinary.IsNull 属性

定义

获取一个值,该值指示结构的属性Value是否OracleBinary为 null。

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

属性值

true 如果 Value 为 null,则为 null,否则 false为 。

实现

适用于