EF Core 5.0 Ignore Default PK

前端 未结 0 1860
野趣味
野趣味 2021-01-06 16:51

For example I have the following tables:

Class Customer
{
   public string UserId { get; set;}
   public string CustomerId { get; set;}
}

How

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