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