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

In This Topic
    Append(String) Method
    In This Topic
    Appends the supplied string to the current OracleLob instance.
    Syntax
    'Declaration
     
    Public Overloads Sub Append( _
       ByVal value As String _
    ) 
    public void Append( 
       string 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 System.String is appended to the end of the current OracleLob.

    See Also