Entity Framework Core - Set foreign key column name in OwnsOne entity

后端 未结 0 333
逝去的感伤
逝去的感伤 2021-01-24 13:45

Having following entities:

public class Driver
{
    public LocationMonitor locationMonitor {get;set;}
    ... some other properties...
}

public class LocationMo         


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