OracleString.IsNull Property

Definition

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

Property Value

true if Value is Null, otherwise false.

Implements

Applies to