dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlParameter Class / Clone Method

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

Return Value

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