dotConnect for Zoho CRM Documentation
Devart.Data Namespace / SqlShimParameter Class / Clone Method

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

    Return Value

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