CustomerAdvisoryType customerAdvisoryTypetable = new CustomerAdvisoryType(customerAdvisoryType);
CustomerAdvisory customerAdvisoypetable = new CustomerAdvisory(customerAdvisoryType);
CustomerAdvisoryTypeSql.Update(customerAdvisoryTypetable, t => t.ID == QueryDic["id"].ConvertToGuid());
第一段 第二段分别是2个类(2个表里的字段) 现在油腻感linq 更新2张表 怎么写啊 上面2张表是主外键关系.
直接修改这两个对象的属性,然后savechanges就ok,linq to sql 会帮你做剩下的事情
讲详细点啊 兄弟 我是刚刚接触linq 还不太明白 谢谢啦