private MySqlCommand(MySqlCommand other) : this(other.CommandText, other.Connection, other.Transaction) { m_commandTimeout = other.m_commandTimeout; m_commandType = other.m_commandType; DesignTimeVisible = other.DesignTimeVisible; UpdatedRowSource = other.UpdatedRowSource; m_parameterCollection = other.CloneRawParameters(); }