i use EF v5/6. i want to know how could i build where clause dynamically when user will try to add search filter dynamically through UI.
see the UI first
now end user will add as many as filter through the above UI and try to search database.
i try to search google for some solution as a result i can add multiple search to my db table with EF and i found few. here is few links
https://stackoverflow.com/a/5595591/6188148
https://stackoverflow.com/a/24824290/6188148
the above guide line is tough for me to understand. so i am looking something easy.
this link bit close to my requirement https://stackoverflow.com/a/16646241/6188148 but still i am not getting idea how to customize their code to use for my scenario.