dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlParameter Class / Clone Method

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

    Return Value

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