How to transform a Query to Linq that runs through all the tables in the Database and search in each one of them for a specific field and if it succeeds, look for a record?
I have the normal Query procedure but I am programming a complete system in Linq and there are several things that I still can not transform to LinQ.