Dynamic where clause (OR) in Linq to Entities

前端 未结 2 1962
独厮守ぢ
独厮守ぢ 2020-11-22 13:41

In the post here I learned how to build a dynamic query using the deferred execution of Linq. But the query is actually using an AND concatenation of the WH

2条回答
  •  深忆病人
    2020-11-22 13:55

    This should help..

    Contains Query on multiple columns

    It also appears that there is a fundamental problem in the table design (Please correct me if I am wrong). What is the purpose of the IdentifierType in your database?

提交回复
热议问题