1
Answer

how to create dynamic query with four parameters in linq.

Photo of mohd sajid

mohd sajid

10y
1.1k
1
I want to retrieve data by filtering based on dynamic where conditions in linq. I had seen many blogs,in which the data from database is brought to code behind and then filtered. 
my requirement is to get the filtered data from database using linq.


Thanks.

Answers (1)