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