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