Unable to cast object of type 'System.Data.Entity.Core.Metadata.Edm.PrimitiveType' to type 'System.Data.Entity.Core.Metadata.Edm.EnumType'

后端 未结 0 1891
死守一世寂寞
死守一世寂寞 2021-01-05 19:31

I am using EntityFramework 6.2.0 in my project. I have a query like this:

result.Record = await _dbSet.AsNoTracking().Where(x=> ((ServiceType)x.ServiceType         


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