dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniParameter Class / Clone Method

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

    Return Value

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