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

In This Topic
    Clone Method (OracleParameter)
    In This Topic
    Creates a new object that is a copy of the current OracleParameter instance.
    Syntax
    'Declaration
     
    Public Function Clone() As OracleParameter
    public OracleParameter Clone()

    Return Value

    A new OracleParameter object in which all property values are the same as the original.
    See Also