dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataReader Class / EndOfData Property

In This Topic
EndOfData Property (PgSqlDataReader)
In This Topic
Indicates whether the PgSqlDataReader has been read completely.
Syntax
'Declaration
 
Public Overrides ReadOnly Property EndOfData As Boolean
 

Property Value

true if there is no more data in PgSqlDataReader. This property is false if there is more data to read, or there were no data at all.
See Also