IsEmpty Property (PgSqlLargeObject)
Gets a value indicating whether the
PgSqlLargeObject has any data.
'Declaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
Property Value
true if the
PgSqlLargeObject is empty, and its length is 0; otherwise,
false.