how to create dynamic query with four parameters in linq.
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.