Im using linq to sql
i have a Documents table
and a FavouriteDocuments table
FavouriteDocuments table has a documentsID fk and a ProjectID fk.
given the ProjectID how do i get all the documents(from the documents table) that are a FavouriteDocument for that particular project.
thanks