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