How to correctly load properties of linked entities by id in EF Core?

前端 未结 0 1926
鱼传尺愫
鱼传尺愫 2021-02-11 05:32

I have three entities.

public partial class Expense
    {
        public int ExId { get; set; }
        public int CheckId { get; set; }
        public string Nam         


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