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