Entity Framework: how to do a nested 'select distinct .. where in' using polygon types

前端 未结 0 437
刺人心
刺人心 2021-01-23 09:50

We have the following case/query in EF:

    return await dbcontext.TopografischePercelen
            .AsQueryable()
            .Where(p => p.PeriodeId == 43)
         


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