ObjectSet orders = om.GetObjectSet(NW.Order);
foreach (Order order in orders)
{
//...
}
Related Topics
Using NObject Object-set