The expression 'x.Taken' is invalid inside an 'Include' operation, since it does not represent a property access: 't => t.MyProperty'

前端 未结 0 1141
执笔经年
执笔经年 2020-12-15 03:12

class Taak :

   
        [Key]    
        public int TaakId { get; set; }
        public int Pid { get; private set; }
        [Required]
        [Range(0,23         


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