IsNull Property (PgSqlTime)
Gets a value indicating whether the
PgSqlTime structure represents
Null.
public bool IsNull {get;}
'Declaration
Public ReadOnly Property IsNull As Boolean
Property Value
true if the
PgSqlTime structure represents
Null; otherwise,
false.