dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / IsEmpty Property

In This Topic
IsEmpty Property (PgSqlLargeObject)
In This Topic
Gets a value indicating whether the PgSqlLargeObject has any data.
Syntax
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
 

Property Value

true if the PgSqlLargeObject is empty, and its length is 0; otherwise, false.
See Also