How to do a “where in values” in LINQ-to-Entities 3.5

前端 未结 7 1276
时光说笑
时光说笑 2020-12-15 18:42

Does anybody know how to apply a \"where in values\" type condition using LINQ-to-Entities? I\'ve tried the following but it doesn\'t work:

var values = new         


        
相关标签:
7条回答
  • 2020-12-15 19:42

    Contains is not supported in EF at this time.

    0 讨论(0)
提交回复
热议问题