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

In This Topic
Clone Method (OracleBFile)
In This Topic
Creates a copy of the current OracleBFile object associated with the same physical file as the original.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Clone() As Object
 

Return Value

A new OracleBFile object associated with the same physical file as the original.
Remarks
Creates a new OracleBFile 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