dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / Write Method / Write(OracleString) Method
The string to write.

In This Topic
    Write(OracleString) Method
    In This Topic
    Writes a string to the current OracleLob stream, and advances the current position within this stream by the number of bytes written.
    Syntax
    'Declaration
     
    Public Overloads Sub Write( _
       ByVal value As OracleString _
    ) 
    public void Write( 
       OracleString value
    )

    Parameters

    value
    The string to write.
    Remarks
    If the write operation is successful, the position within the stream advances by the number of bytes written.
    See Also