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

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

    Return Value

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