I have 3 tables in a database:
I have been looking online for a long time trying to find out how in linq and vb.net how i can do a query that has access to both the event and individual table for example showing all the events individual 1 is taking part in ect. i was wondering if anyone could point me in the right direction or know of any good tutorial sites with good examples of things similar.
Thanks in advance 🙂
Luke.
‘Start’ your query from the
IndividualTakingParttable.Update (in response to comments below)
You need to have a primary key on the joining table to enable the associations to the other tables.