Can I use an Owned Entity Type as the primary key of an entity?

后端 未结 0 1713
清歌不尽
清歌不尽 2020-12-30 02:12

I\'m trying to create type configurations for the following model:

public record SomeEntityIdentifier
{
    AnotherEntity Another;
    int Number;
}

public c         


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