ef指定字段更新

例子如下:

DataAccess.InspectStandardDB.DBContext.Ji_InspectionContent.UpdateCustom()
.Set(p => p.InspectionContent, mode.InspectionContent)
.Set(p =>p.Number,mode.Number)
.Set(p=>p.Score,mode.Score).Execute();

posted @ 2017-06-14 16:47  飞刀软件  阅读(225)  评论(0编辑  收藏  举报