dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / WriteByte Method
The byte to write.

On this page
    WriteByte Method
    On this page
    Writes a byte to the current position in the PgSqlLargeObject and advances the position by one byte.
    Syntax
    'Declaration
     
    Public Overrides Sub WriteByte( _
       ByVal value As Byte _
    ) 
    public override void WriteByte( 
       byte value
    )

    Parameters

    value
    The byte to write.
    See Also