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