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.
    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