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

In This Topic
    Append(OracleString) Method
    In This Topic
    Appends the supplied string to the current OracleLob instance.
    Syntax
    'Declaration
     
    Public Overloads Sub Append( _
       ByVal value As OracleString _
    ) 
    public void Append( 
       OracleString value
    )

    Parameters

    value
    The string to append.
    Remarks

    To write to the OracleLob you must have a local transaction started.

    All data from the source OracleString is appended to the end of the current OracleLob.

    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