Tour table looking for a specific field LINQ Lambda

0

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.

    
asked by Ricardo Alvarado 10.02.2018 в 02:07
source

0 answers