Linq Query error “ is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported.”

前端 未结 0 1716
时光说笑
时光说笑 2020-12-03 18:10

my Ef to linq is,

var device =
                         (from In
                         in WH.Inventories.Include(m => m.InventoryVehicles)
                      


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