I'm trying to update multiple table using ef core 5.0. But I'm getting error on foreach loop

前端 未结 0 1242
故里飘歌
故里飘歌 2020-12-25 09:04

--EMPLOYEE ENTITY public class EmployeeInfo { public Guid EmployeeInfoId { get; set; } [StringLength(150)] [Required] public string FirstName { get; set; } [StringLength(150

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