实体框架为日期属性添加2毫秒,为什么?

时间:2012-06-20 16:45:18

标签: entity-framework

为什么Entity Framework会将2毫秒添加到日期属性

foreach (var msg in msgs)
           {
               msg.Status = (int)StaticsParams.MessageStatus.Deleted;
               msg.LastUpdate = deletedDate;
               rep.Update(msg);
           }

           rep.UnitOfWork.SaveChanges();

0 个答案:

没有答案