What are the pros and cons of "include foreign key columns in the model" option in EF 4

Posted by Ralph Shillington on Stack Overflow See other posts from Stack Overflow or by Ralph Shillington
Published on 2010-06-11T14:25:56Z Indexed on 2010/06/13 0:52 UTC
Read the original article Hit count: 271

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?

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about visual-studio-2010