IsNull Property (OracleString)
Gets a value indicating whether the
Value property of the
OracleString is
Null.
public bool IsNull {get;}
'Declaration
Public ReadOnly Property IsNull As Boolean
Property Value
true if the
Value is
Null; otherwise,
false.