OracleLob.IsNull Property

Definition

Gets a value that indicates whether the OracleLob is a Null stream.

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

Property Value

true if the OracleLob is a Null stream, otherwise false.

Implements

Applies to