IsNull Property (PgSqlRangeType<T>)
Gets a value indicating whether the
PgSqlRangeType<T> is an object, representing a NULL value.
'Declaration
Public ReadOnly Property IsNull As Boolean
public bool IsNull {get;}
Property Value
true, if the
PgSqlCircle is an object, representing a NULL value; otherwise,
false.