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

On this page
    Clone Method (OracleRef)
    On this page
    Creates a copy of the current OracleRef instance.
    Syntax
    'Declaration
     
    Public Function Clone() As OracleRef
    public OracleRef Clone()

    Return Value

    An OracleRef instance, identical to the current one.
    See Also