Renamed associations
Chapter 12: LINQ beyond collections: P317, second bullet
Created: 7/16/2008
Last updated: 7/16/2008
Severity: Language improvement
On page 317, I mention in the second bullet that I renamed the parent and child properties used for the associations between Defect
and DefectUser
but I didn't say what I did with them. Anyone following along would have trouble with their code later on if they didn't happen to choose the same names as me. To fix this, add the following text to the end of the second bullet:
I named the relationships AssignedTo
/AssignedDefects
and CreatedBy
/CreatedDefects
.