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