Write(OracleString) Method
Writes a string to the current
OracleLob stream, and advances the current position within this stream by the number of bytes written.
'Declaration
Public Overloads Sub Write( _
ByVal As OracleString _
)
Parameters
- value
- The string to write.