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