What are the pros and cons of "include foreign key columns in the model" option in EF 4
- by Ralph Shillington
With EF4 comes a new feature "Include foreign key columns in the model". What was the motivation behind adding this feature, and are there any particular gotcha's with either leaving it off, or turning it on when generating a model from an exisiting database?