79131675

Date: 2024-10-27 23:12:04
Score: 2.5
Natty:
Report link

@Michal
Thanks for your input. It put me on the right track.
Found the right solution for me.

    if (invoices.Count() == 1)
        {
            qry_order = (int)invoices.FirstOrDefault().orderId;
        }
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Michal
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Paul_412