hey, im using linq to sql, and in my database i have an events table, then i have a cakes table, every event uses ALL of the cakes in the cakes table. There is no explicit foreign key relationship, so how do i define an association between the two entities in the linq to sql classes? I simply need each event object to have references to ALL of the same cake objects.