dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / Append Method / Append(OracleLob) Method
Lob data to add.

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

    Parameters

    source
    Lob data to add.
    Remarks

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

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

    See Also