dotConnect for Mailchimp 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
 

Return Value

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