dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleJson Structure / Clone Method

In This Topic
    Clone Method (OracleJson)
    In This Topic
    Creates a copy of the current OracleJson instance.
    Syntax
    'Declaration
     
    Public Function Clone() As OracleJson
    public OracleJson Clone()

    Return Value

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