标签: c# entity-framework ef-code-first entity-framework-6
基于此article和:
是否可以创建1..0-1关系?
答案 0 :(得分:0)
像...一样的东西。
modelBuilder.Entity<Student>().HasOptional(e => e.StudentAddress).WithRequired().Map(ca => ca.MapKey(new string[] {"StudentId"});