摘要:
using (CarleaseEntities ctx = new CarleaseEntities()) { TBL1T1 = ctx.TBL1.FirstOrDefault(t => t.ID == 1); //一定要先选择此行 ctx.TBL1FO.ApplyCurrentValues(T1); ctx.SaveChanges(); } 阅读全文
posted @ 2011-05-20 11:41 onekey 阅读(1170) 评论(0) 推荐(0)
浙公网安备 33010602011771号