Entity Framework .. partial constructor

Posted by adamjellyit on Stack Overflow See other posts from Stack Overflow or by adamjellyit
Published on 2010-06-15T23:30:15Z Indexed on 2010/06/15 23:32 UTC
Read the original article Hit count: 198

Hi .. I intend to extend the constructors of some of the entities in my Entity Framework (4).

However how do I ensure that my constructor is run after the model has run its. i.e. I want to ensure that the the object holds the data from the database before I work on it in my constructor.

© Stack Overflow or respective owner

Related posts about c#

Related posts about entity-framework