IsNull Property (OracleObject)
Indicates whether or not the
OracleObject represents a null value.
'Declaration
Public Property IsNull As Boolean
public bool IsNull {get; set;}
Property Value
true if the
OracleObject represents a null value; otherwise,
false.