In This Topic
Writes a sequence of bytes to the current
OracleLob stream, and advances the current position within this stream by the number of bytes written.
Overload List
| Overload | Description |
| Write(Byte[],Int32,Int32) | Writes a sequence of bytes to the current OracleLob stream, and advances the current position within this stream by the number of bytes written. |
| Write(String) | Writes a string to the current OracleLob stream, and advances the current position within this stream by the number of bytes written. |
| Write(OracleString) | Writes a string to the current OracleLob stream, and advances the current position within this stream by the number of bytes written. |
| Write(Char[],Int32,Int32) | Writes a string to the current OracleLob stream, and advances the current position within this stream by the number of bytes written. |
See Also