Im using linq for sql
I have a table of documents
and FavoriteDocuments table
The FavoriteDocuments table has documentID fk and ProjectID fk.
given ProjectID, how can I get all the documents (from the document table) that are FavoriteDocument for this particular project.
thank
source
share