dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / WriteByte Method
The byte to write to the Lob.

WriteByte Method
Writes a byte to the current position in the Lob and advances the position within the stream by one byte.
Syntax
'Declaration
 
Public Overrides Sub WriteByte( _
   ByVal value As Byte _
) 
 

Parameters

value
The byte to write to the Lob.
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