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

In This Topic
Clone Method (OracleArray)
In This Topic
Creates a copy of an OracleArray object.
Syntax
'Declaration
 
Public Function Clone() As Object
 

Return Value

An OracleArray object.
Remarks
The cloned object has the same property values as that of the object being cloned.
See Also