Hi I have a method named "GetOrders". This method reads an XML file and gathers OrderNumber of all orders related to a specific user. The method returns a list.
Now I wanna to know, having my list, How can I get other fields of these OrderNumbers from DB?