标签:order 包含 virtual 需要 style 关系 rtu net asp
主键、外键
需要删除完外键表才能删除主键表
一对一关系
people表
public Table table{get;set;}//当前为主键表
identity表
//不需要设置
一对多关系 order表 public ICollection<orderDetail> orderDetail{get;set;}//包含关系,当前为主键表 orderDetail表 public virtual order{get;set;}//外键表
标签:order 包含 virtual 需要 style 关系 rtu net asp
原文地址:https://www.cnblogs.com/Uyde/p/10859360.html