06 2017 档案

摘要:@using RTSafe.Platform.ManagerCenterModules.ProjectModules.Models@using RTSafe.Platform.ManagerCenter.Core.Models;@{ ViewBag.Title = "index"; Layout = 阅读全文
posted @ 2017-06-26 15:16 飞刀软件 阅读(938) 评论(0) 推荐(0)
摘要:可以对ef使用lamda表达式动态添加参数查询: 案例如下: Func<Std_InspectionContentTableSchema, WhereClip> whereExp = p => { var whereClip = WhereClip.All; if (DangerLevel != n 阅读全文
posted @ 2017-06-16 11:03 飞刀软件 阅读(528) 评论(0) 推荐(0)
摘要:例子如下: DataAccess.InspectStandardDB.DBContext.Ji_InspectionContent.UpdateCustom() .Set(p => p.InspectionContent, mode.InspectionContent) .Set(p =>p.Num 阅读全文
posted @ 2017-06-14 16:47 飞刀软件 阅读(229) 评论(0) 推荐(0)