How to use custom properties for mapping in EFCore?

前端 未结 0 517
醉酒成梦
醉酒成梦 2021-01-30 13:01
public class Employee {
    [Key]
    public int Id { get; set; }

    public string Name { get; set; }

    public string Surname         


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