dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / Clone Method

In This Topic
    Clone Method (OracleLob)
    In This Topic
    Creates a copy of the current OracleLob object.
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As Object
    public virtual object Clone()

    Return Value

    A new OracleLob object.
    Remarks
    Creates a new OracleLob object with the properties that have the same values as those of the original object. However, changing properties of the new object has no influence on the values of the same properties of the original object.
    See Also