I have mapped the database in the edmx file from the database. Now how do I use linq to make a query?
here is an example of my problem
var Found = from o in ??????
What suppose to go in the question marks. How do I find what suppose to go in the question marks. I have tried many tutorials but that do not tell you exactly how to use Linq.