摘要: 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 阅读(167) | 评论 (0) 编辑 |
|
|||
05 2011 档案摘要: 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 阅读(167) | 评论 (0) 编辑 |
|
|||