MySqlCommand.Clone Method

MySQL Connector/Net

MySqlCommandClone Method
Creates a clone of this MySqlCommand object. CommandText, Connection, and Transaction properties are included as well as the entire parameter list.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public MySqlCommand Clone()
Public Function Clone As MySqlCommand
public:
MySqlCommand^ Clone()
member Clone : unit -> MySqlCommand 

Return Value

Type: MySqlCommand
The cloned MySqlCommand object
See Also