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
    public override object Clone()

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