Hi friends,
I am facing a problem regarding search functionality that i have to embed in one of my project. There are 5 fields in my search box(UI). These 5 fields are contained in 2 different tables.
Now, whenever i am searching, i have to join these 2 tables and then execute the query with the filtered results from the database.
Please can anyone tell me how to use
Dynamic LINQ for the above scenario ?
Thanks and Regards
Akiii