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

In This Topic
WriteByte Method
In This Topic
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.
See Also