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

public MySqlCommand Clone()
Public Function Clone As MySqlCommand
public: MySqlCommand^ Clone()
member Clone : unit -> MySqlCommand
Return Value
Type: MySqlCommandThe cloned MySqlCommand object
