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

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

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