why do you want to use LINQ?
to access LINQ things, the class in question needs to have the IQueryable interface implemented and a few other interfaces.
...