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