(from o in orders where o.OrderDate < xxx select o).Update(o => o.SetDelayed(true).SetDiscount(o.discount + Consts.DelayDiscountRate);