EF Core selected values not translated properly to SQL query

前端 未结 0 814
故里飘歌
故里飘歌 2021-02-04 04:43

I have the LINQ query with the simple select statement which maps the columns from a table to the custom entity.

// ... omitted for brevity
.Select(src => new          


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