dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / ReadByte Method

ReadByte Method
Reads a byte from the PgSqlLargeObject and advances the position by one byte.
Syntax
'Declaration
 
Public Overrides Function ReadByte() As Integer
 

Return Value

The unsigned byte cast to an Int32, or -1 if at the end of the PgSqlLargeObject.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also