标签:remove context 代码 ges entity clu har 删除 contex
前提条件:
代码懒加载,
数据库有外键关联
var entity = context.主表.Include(o => o.子表).FirstOrDefault(p => p.Id == id); context.主表.Remove(entity); context.SaveChanges();
标签:remove context 代码 ges entity clu har 删除 contex
原文地址:https://www.cnblogs.com/jasonlai2016/p/11757632.html