IsEmpty Property (PgSqlBlob)
In This Topic
Gets a value indicating whether the
PgSqlBlob is empty or not.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
Property Value
true if the
PgSqlBlob is empty; otherwise,
false.
See Also