entity framework WithRequiredDependent和WithRequiredPrincipal

 

A->WithRequiredDependent->B

表示 A中包含B的不为null实例 ,A是主键实体  B是外键实体

 

A->WithRequiredPrincipal->B

表示A中包含B的不为null实例 ,A是外键实体 B是主键实体

posted @ 2019-05-21 09:12  老高dotnet实践  阅读(542)  评论(0编辑  收藏  举报