Entity Framework - error when adding entity with related entity

后端 未结 0 1186
离开以前
离开以前 2021-01-29 13:00

I have two entities:

public class EntityA
{
  public int? Id { get; set; }
  public string Name { get; set; }
  public EntityB { get; set; }
}

public class Entit         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题