dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlArray Structure / IsNull Property

In This Topic
IsNull Property (PgSqlArray)
In This Topic
Indicates whether or not the PgSqlArray represents a null value.
Syntax
'Declaration
 
Public ReadOnly Property IsNull As Boolean
 

Property Value

true if the PgSqlArray represents a null value; otherwise, false.
See Also