Hi, im trying to grasp LINQ as I understand it LINQ will be your DAL to your db which in turn creates for you automatically a class that maps out your db structure for you and then you can perform queries using that class ..
- im trying to do a function that would return the result of my LINQ queries ..
- all the examples i have been reading seems to point that if I want my queries to be a defined type I have to create a specific class for it and used it as List ..
am I correct in my assumption ?? please do enlighten me